你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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