AzureFileVolume.ShareName Property

Definition

Gets or sets the name of the Azure File share to be mounted as a volume.

[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