다음을 통해 공유


AzureBlobStorageLocation.Container Property

Definition

Gets or sets specify the container of azure blob. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to