Share via


IAfdDomainHttpsParameters.MinimumTlsVersion Property

Definition

TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "TLS10", "TLS12", "TLS13" })]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minimumTlsVersion", Update=true)]
public string MinimumTlsVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "TLS10", "TLS12", "TLS13" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minimumTlsVersion", Update=true)>]
member this.MinimumTlsVersion : string with get, set
Public Property MinimumTlsVersion As String

Property Value

Attributes

Applies to