ISiteConfig.ScmMinTlsVersion 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.
ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site
[Microsoft.Azure.PowerShell.Cmdlets.Functions.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.Functions.Support.SupportedTlsVersions) }, ReadOnly=false, Required=false, SerializedName="scmMinTlsVersion")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions? ScmMinTlsVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.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.Functions.Support.SupportedTlsVersions) }, ReadOnly=false, Required=false, SerializedName="scmMinTlsVersion")>]
member this.ScmMinTlsVersion : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions> with get, set
Public Property ScmMinTlsVersion As Nullable(Of SupportedTlsVersions)
Property Value
- Attributes