Share via


SiteConfig.ScmMinTlsVersion Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.SupportedTlsVersions? ScmMinTlsVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)>]
member this.ScmMinTlsVersion : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.SupportedTlsVersions> with get, set
Public Property ScmMinTlsVersion As Nullable(Of SupportedTlsVersions)

Property Value

Implements

Attributes

Applies to