你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IComputeInstanceDataDisk.StorageAccountType Property

Definition

type of this storage account.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="type of this storage account.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.StorageAccountType) }, ReadOnly=false, Required=false, SerializedName="storageAccountType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.StorageAccountType? StorageAccountType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="type of this storage account.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.StorageAccountType) }, ReadOnly=false, Required=false, SerializedName="storageAccountType")>]
member this.StorageAccountType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.StorageAccountType> with get, set
Public Property StorageAccountType As Nullable(Of StorageAccountType)

Property Value

Attributes

Applies to