StorageAccountCredential.UserName Property

Definition

Gets or sets username for the storage account.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to