次の方法で共有


StorageAccountInner.EnableHttpsTrafficOnly プロパティ

定義

取得または設定では、ストレージ サービスへの https トラフィックが 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象