共用方式為


IWebTestPropertiesValidationRules.SslCheck Property

Definition

Checks to see if the SSL cert is still valid.

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Checks to see if the SSL cert is still valid.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="SSLCheck")]
public bool? SslCheck { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Checks to see if the SSL cert is still valid.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="SSLCheck")>]
member this.SslCheck : Nullable<bool> with get, set
Public Property SslCheck As Nullable(Of Boolean)

Property Value

Attributes

Applies to