Share via


StorageEndpointProperties.ContainerName Property

Definition

Gets or sets the name of the root container where you upload files. The container need not exist but should be creatable using the connectionString specified.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to