次の方法で共有


VaultCreateOrUpdateParameters コンストラクター

定義

オーバーロード

VaultCreateOrUpdateParameters()

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

VaultCreateOrUpdateParameters(String, VaultProperties, IDictionary<String,String>)

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

VaultCreateOrUpdateParameters()

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

public VaultCreateOrUpdateParameters ();
Public Sub New ()

適用対象

VaultCreateOrUpdateParameters(String, VaultProperties, IDictionary<String,String>)

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

public VaultCreateOrUpdateParameters (string location, Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultProperties properties, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultCreateOrUpdateParameters : string * Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultProperties * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultCreateOrUpdateParameters
Public Sub New (location As String, properties As VaultProperties, Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

location
String

キー コンテナーを作成する必要がある、サポートされている Azure の場所。

properties
VaultProperties

コンテナーのプロパティ

tags
IDictionary<String,String>

キー コンテナーに割り当てられるタグ。

適用対象