
com.pulumi.azurenative.insights.inputs.WebTestPropertiesContentValidationArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.insights.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Boolean;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* The collection of content validation properties
*
*/
public final class WebTestPropertiesContentValidationArgs extends com.pulumi.resources.ResourceArgs {
public static final WebTestPropertiesContentValidationArgs Empty = new WebTestPropertiesContentValidationArgs();
/**
* Content to look for in the return of the WebTest. Must not be null or empty.
*
*/
@Import(name="contentMatch")
private @Nullable Output contentMatch;
/**
* @return Content to look for in the return of the WebTest. Must not be null or empty.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy