共用方式為


CustomDomainHttpsParameters.MinimumTlsVersion Property

Definition

Gets or sets TLS protocol version that will be used for Https. Possible values include: 'None', 'TLS10', 'TLS12'

[Newtonsoft.Json.JsonProperty(PropertyName="minimumTlsVersion")]
public Microsoft.Azure.Management.Cdn.Models.MinimumTlsVersion? MinimumTlsVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minimumTlsVersion")>]
member this.MinimumTlsVersion : Nullable<Microsoft.Azure.Management.Cdn.Models.MinimumTlsVersion> with get, set
Public Property MinimumTlsVersion As Nullable(Of MinimumTlsVersion)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to