Share via


AliasPattern.Type Property

Definition

Gets or sets the type of alias pattern. Possible values include: 'NotSpecified', 'Extract'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to