StorageAccountCredential.Alias Property

Definition

Gets or sets alias for the storage account.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to