AzureStorageInfoValue.ShareName Property

Definition

Gets or sets name of the file share (container name, for Blob storage).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to