Share via


AzureContainerInfo.ContainerName Property

Definition

Gets or sets container name (Based on the data format specified, this represents the name of Azure Files/Page blob/Block blob).

[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