ISiteConfigResource.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.Websites.PSArgumentCompleter(new System.String[] { "1.0", "1.1", "1.2" })]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scmMinTlsVersion", Update=true)]
public string ScmMinTlsVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "1.0", "1.1", "1.2" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scmMinTlsVersion", Update=true)>]
member this.ScmMinTlsVersion : string with get, set
Public Property ScmMinTlsVersion As String
Property Value
- Attributes