ITargetRegion.StorageAccountType Property

Definition

Specifies the storage account type to be used to store the image. This property is not updatable.

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="Specifies the storage account type to be used to store the image. This property is not updatable.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType) }, ReadOnly=false, Required=false, SerializedName="storageAccountType")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType? StorageAccountType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="Specifies the storage account type to be used to store the image. This property is not updatable.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType) }, ReadOnly=false, Required=false, SerializedName="storageAccountType")>]
member this.StorageAccountType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType> with get, set
Public Property StorageAccountType As Nullable(Of StorageAccountType)

Property Value

Attributes

Applies to