TargetRegion.StorageAccountType Property

Definition

Gets or sets specifies the storage account type to be used to store the image. This property is not updatable. Possible values include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS'

[Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")]
public Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountType StorageAccountType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")>]
member this.StorageAccountType : Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountType with get, set
Public Property StorageAccountType As StorageAccountType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to