StorageAccount.LargeFileSharesState プロパティ

定義

[有効] に設定されている場合、大きなファイル共有を許可する値を取得または設定します。 有効にした後は無効にできません。 使用可能な値は 'Disabled'、'Enabled' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.largeFileSharesState")]
public string LargeFileSharesState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.largeFileSharesState")>]
member this.LargeFileSharesState : string with get, set
Public Property LargeFileSharesState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象