IWebTestPropertiesValidationRules.SslCheck Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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