Partager via


AliasPathMetadata Constructeurs

Définition

Surcharges

AliasPathMetadata()

Initialise une nouvelle instance de la classe AliasPathMetadata.

AliasPathMetadata(AliasPathTokenType, AliasPathAttributes)

Initialise une nouvelle instance de la classe AliasPathMetadata.

AliasPathMetadata()

Initialise une nouvelle instance de la classe AliasPathMetadata.

public AliasPathMetadata ();
Public Sub New ()

S’applique à

AliasPathMetadata(AliasPathTokenType, AliasPathAttributes)

Initialise une nouvelle instance de la classe AliasPathMetadata.

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

Paramètres

type
AliasPathTokenType

Type du jeton auquel le chemin d’alias fait référence. Les valeurs possibles sont les suivantes : 'NotSpecified', 'Any', 'String', 'Object', 'Array', 'Integer', 'Number', 'Boolean'

attributes
AliasPathAttributes

Attributs du jeton auquel le chemin d’alias fait référence. Les valeurs possibles sont les suivantes : 'None', 'Modifiable'

S’applique à