Share via


AliasPathType Constructors

Definition

Overloads

AliasPathType()

Initializes a new instance of the AliasPathType class.

AliasPathType(String, IList<String>)

Initializes a new instance of the AliasPathType class.

AliasPathType()

Initializes a new instance of the AliasPathType class.

public AliasPathType ();
Public Sub New ()

Applies to

AliasPathType(String, IList<String>)

Initializes a new instance of the AliasPathType class.

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

Parameters

path
String

The path of an alias.

apiVersions
IList<String>

The API versions.

Applies to