Share via


StorageAccountUpdateParameters.EnableHttpsTrafficOnly Property

Definition

Gets or sets allows https traffic only to storage service if sets to true.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.supportsHttpsTrafficOnly")]
public bool? EnableHttpsTrafficOnly { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.supportsHttpsTrafficOnly")>]
member this.EnableHttpsTrafficOnly : Nullable<bool> with get, set
Public Property EnableHttpsTrafficOnly As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to