StorageAccountCredential.AccountType Property

Definition

Gets or sets type of storage accessed on the storage account. Possible values include: 'GeneralPurposeStorage', 'BlobStorage'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.accountType")]
public string AccountType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.accountType")>]
member this.AccountType : string with get, set
Public Property AccountType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to