Share via


ISiteConfig.ScmMinTlsVersion Property

Definition

ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.SupportedTlsVersions) }, ReadOnly=false, Required=false, SerializedName="scmMinTlsVersion")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.SupportedTlsVersions? ScmMinTlsVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.SupportedTlsVersions) }, ReadOnly=false, Required=false, SerializedName="scmMinTlsVersion")>]
member this.ScmMinTlsVersion : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.SupportedTlsVersions> with get, set
Public Property ScmMinTlsVersion As Nullable(Of SupportedTlsVersions)

Property Value

Attributes

Applies to