Freigeben über


AliasPathMetadata Konstruktoren

Definition

Überlädt

AliasPathMetadata()

Initialisiert eine neue instance der AliasPathMetadata-Klasse.

AliasPathMetadata(AliasPathTokenType, AliasPathAttributes)

Initialisiert eine neue instance der AliasPathMetadata-Klasse.

AliasPathMetadata()

Initialisiert eine neue instance der AliasPathMetadata-Klasse.

public AliasPathMetadata ();
Public Sub New ()

Gilt für:

AliasPathMetadata(AliasPathTokenType, AliasPathAttributes)

Initialisiert eine neue instance der AliasPathMetadata-Klasse.

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)

Parameter

type
AliasPathTokenType

Der Typ des Tokens, auf den der Aliaspfad verweist. Mögliche Werte: "NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"

attributes
AliasPathAttributes

Die Attribute des Tokens, auf das sich der Aliaspfad bezieht. Mögliche Werte: "None", "Modifiable"

Gilt für: