Sdílet prostřednictvím


IWebTestPropertiesValidationRules Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.WebTestPropertiesValidationRulesTypeConverter))]
public interface IWebTestPropertiesValidationRules : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.WebTestPropertiesValidationRulesTypeConverter))>]
type IWebTestPropertiesValidationRules = interface
    interface IJsonSerializable
Public Interface IWebTestPropertiesValidationRules
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ContentValidationContentMatch

Content to look for in the return of the WebTest. Must not be null or empty.

ContentValidationIgnoreCase

When set, this value makes the ContentMatch validation case insensitive.

ContentValidationPassIfTextFound

When true, validation will pass if there is a match for the ContentMatch string. If false, validation will fail if there is a match

ExpectedHttpStatusCode

Validate that the WebTest returns the http status code provided.

IgnoreHttpsStatusCode

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.

SslCheck

Checks to see if the SSL cert is still valid.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to