ICreateAndMountFileShareConfiguration.StorageAccountName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of file share storage account name . A custom name is used in case of missing input.
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Description="The name of file share storage account name . A custom name is used in case of missing input.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="storageAccountName")]
public string StorageAccountName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Description="The name of file share storage account name . A custom name is used in case of missing input.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="storageAccountName")>]
member this.StorageAccountName : string with get, set
Public Property StorageAccountName As String
Property Value
- Attributes