ISiteConfigResource.MinTlsVersion Property

Definition

MinTlsVersion: configures the minimum version of TLS required for SSL requests

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "1.0", "1.1", "1.2", "1.3" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="MinTlsVersion: configures the minimum version of TLS required for SSL requests", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minTlsVersion", Update=true)]
public string MinTlsVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "1.0", "1.1", "1.2", "1.3" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="MinTlsVersion: configures the minimum version of TLS required for SSL requests", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minTlsVersion", Update=true)>]
member this.MinTlsVersion : string with get, set
Public Property MinTlsVersion As String

Property Value

Attributes

Applies to