Alias.Type Property

Definition

Gets or sets the type of the alias. Possible values include: 'NotSpecified', 'PlainText', 'Mask'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.ResourceManager.Models.AliasType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.ResourceManager.Models.AliasType> with get, set
Public Property Type As Nullable(Of AliasType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to