ISiteConfigResource.MinTlsVersion 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.
MinTlsVersion: configures the minimum version of TLS required for SSL requests
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="MinTlsVersion: configures the minimum version of TLS required for SSL requests", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.SupportedTlsVersions) }, ReadOnly=false, Required=false, SerializedName="minTlsVersion")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.SupportedTlsVersions? MinTlsVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="MinTlsVersion: configures the minimum version of TLS required for SSL requests", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.SupportedTlsVersions) }, ReadOnly=false, Required=false, SerializedName="minTlsVersion")>]
member this.MinTlsVersion : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.SupportedTlsVersions> with get, set
Public Property MinTlsVersion As Nullable(Of SupportedTlsVersions)
Property Value
- Attributes