次の方法で共有


AliasPath コンストラクター

定義

オーバーロード

AliasPath()

AliasPath クラスの新しいインスタンスを初期化します。

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

AliasPath クラスの新しいインスタンスを初期化します。

AliasPath()

AliasPath クラスの新しいインスタンスを初期化します。

public AliasPath ();
Public Sub New ()

適用対象

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

AliasPath クラスの新しいインスタンスを初期化します。

public AliasPath (string path = default, System.Collections.Generic.IList<string> apiVersions = default, Microsoft.Azure.Management.ResourceManager.Models.AliasPattern pattern = default, Microsoft.Azure.Management.ResourceManager.Models.AliasPathMetadata metadata = default);
new Microsoft.Azure.Management.ResourceManager.Models.AliasPath : string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.ResourceManager.Models.AliasPattern * Microsoft.Azure.Management.ResourceManager.Models.AliasPathMetadata -> Microsoft.Azure.Management.ResourceManager.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)

パラメーター

path
String

エイリアスのパス。

apiVersions
IList<String>

API のバージョン。

pattern
AliasPattern

エイリアス パスのパターン。

metadata
AliasPathMetadata

エイリアス パスのメタデータ。 存在しない場合は、エイリアスの既定のメタデータにフォールバックします。

適用対象