IVolume.AzureFileStorageAccountName Property

Definition

The name of the storage account that contains the Azure File share.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The name of the storage account that contains the Azure File share.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageAccountName", Update=true)]
public string AzureFileStorageAccountName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The name of the storage account that contains the Azure File share.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageAccountName", Update=true)>]
member this.AzureFileStorageAccountName : string with get, set
Public Property AzureFileStorageAccountName As String

Property Value

Attributes

Applies to