Udostępnij za pośrednictwem


WebTestValidationRules Class

Definition

The collection of validation rule properties.

public class WebTestValidationRules : Azure.Provisioning.Primitives.ProvisioningConstruct
type WebTestValidationRules = class
    inherit ProvisioningConstruct
Public Class WebTestValidationRules
Inherits ProvisioningConstruct
Inheritance
WebTestValidationRules

Constructors

WebTestValidationRules()

Creates a new WebTestValidationRules.

Properties

CheckSsl

Checks to see if the SSL cert is still valid.

ContentValidation

The collection of content validation properties.

ExpectedHttpStatusCode

Validate that the WebTest returns the http status code provided.

IgnoreHttpStatusCode

When set, validation will ignore the status code.

SslCertRemainingLifetimeCheck

A number of days to check still remain before the the existing SSL cert expires. Value must be positive and the SSLCheck must be set to true.

Methods

Compile()

Compile the resource into a set of Bicep statements.

(Inherited from ProvisioningConstruct)
GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
OverrideWithExpression(Expression)

Set this construct to represent the result of an expression. This is primarily meant to be called via FromExpression static methods on specific resources or constructs.

(Inherited from ProvisioningConstruct)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from ProvisioningConstruct)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from ProvisioningConstruct)

Applies to