次の方法で共有


Alias コンストラクター

定義

オーバーロード

Alias()

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

Alias(String, IList<AliasPath>, Nullable<AliasType>, String, AliasPattern, AliasPathMetadata)

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

Alias()

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

public Alias ();
Public Sub New ()

適用対象

Alias(String, IList<AliasPath>, Nullable<AliasType>, String, AliasPattern, AliasPathMetadata)

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

public Alias (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.AliasPath> paths = default, Microsoft.Azure.Management.ResourceManager.Models.AliasType? type = default, string defaultPath = default, Microsoft.Azure.Management.ResourceManager.Models.AliasPattern defaultPattern = default, Microsoft.Azure.Management.ResourceManager.Models.AliasPathMetadata defaultMetadata = default);
new Microsoft.Azure.Management.ResourceManager.Models.Alias : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.AliasPath> * Nullable<Microsoft.Azure.Management.ResourceManager.Models.AliasType> * string * Microsoft.Azure.Management.ResourceManager.Models.AliasPattern * Microsoft.Azure.Management.ResourceManager.Models.AliasPathMetadata -> Microsoft.Azure.Management.ResourceManager.Models.Alias
Public Sub New (Optional name As String = Nothing, Optional paths As IList(Of AliasPath) = Nothing, Optional type As Nullable(Of AliasType) = Nothing, Optional defaultPath As String = Nothing, Optional defaultPattern As AliasPattern = Nothing, Optional defaultMetadata As AliasPathMetadata = Nothing)

パラメーター

name
String

エイリアス名。

paths
IList<AliasPath>

エイリアスのパス。

type
Nullable<AliasType>

エイリアスの型。 指定できる値は、'NotSpecified'、'PlainText'、'Mask' です。

defaultPath
String

エイリアスの既定のパス。

defaultPattern
AliasPattern

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

defaultMetadata
AliasPathMetadata

既定のエイリアス パス メタデータ。 既定のパスと、メタデータを持たないエイリアス パスに適用されます

適用対象