次の方法で共有


AliasPathType Constructors

Definition

Overloads

AliasPathType()
AliasPathType(String, IList<String>)

AliasPathType()

public AliasPathType ();
Public Sub New ()

Applies to

AliasPathType(String, IList<String>)

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

Parameters

path
String
apiVersions
IList<String>

Applies to