GalleryArtifactPublishingProfileBase.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 string StorageAccountType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")>]
member this.StorageAccountType : string with get, set
Public Property StorageAccountType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to