Share via


AliasPathMetadata Constructors

Definition

Overloads

AliasPathMetadata()

Initializes a new instance of the AliasPathMetadata class.

AliasPathMetadata(String, String)

Initializes a new instance of the AliasPathMetadata class.

AliasPathMetadata()

Initializes a new instance of the AliasPathMetadata class.

public AliasPathMetadata ();
Public Sub New ()

Applies to

AliasPathMetadata(String, String)

Initializes a new instance of the AliasPathMetadata class.

public AliasPathMetadata (string type = default, string attributes = default);
new Microsoft.Azure.Management.ResourceManager.Models.AliasPathMetadata : string * string -> Microsoft.Azure.Management.ResourceManager.Models.AliasPathMetadata
Public Sub New (Optional type As String = Nothing, Optional attributes As String = Nothing)

Parameters

type
String

The type of the token that the alias path is referring to. Possible values include: 'NotSpecified', 'Any', 'String', 'Object', 'Array', 'Integer', 'Number', 'Boolean'

attributes
String

The attributes of the token that the alias path is referring to. Possible values include: 'None', 'Modifiable'

Applies to