AliasPath Constructors

Definition

Overloads

AliasPath()

Initializes a new instance of the AliasPath class.

AliasPath(String, IList<String>, AliasPattern, AliasPathMetadata)

Initializes a new instance of the AliasPath class.

AliasPath()

Initializes a new instance of the AliasPath class.

public AliasPath ();
Public Sub New ()

Applies to

AliasPath(String, IList<String>, AliasPattern, AliasPathMetadata)

Initializes a new instance of the AliasPath class.

public AliasPath (string path = default, System.Collections.Generic.IList<string> apiVersions = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPattern pattern = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathMetadata metadata = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPath : string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPattern * Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathMetadata -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPath
Public Sub New (Optional path As String = Nothing, Optional apiVersions As IList(Of String) = Nothing, Optional pattern As AliasPattern = Nothing, Optional metadata As AliasPathMetadata = Nothing)

Parameters

path
String

The path of an alias.

apiVersions
IList<String>

The API versions.

pattern
AliasPattern

The pattern for an alias path.

metadata
AliasPathMetadata

The metadata of the alias path. If missing, fall back to the default metadata of the alias.

Applies to