Sdílet prostřednictvím


StorageAccount.Container Property

Definition

Gets or sets the container in the storage account, only to be specified for WASB storage accounts.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to