次の方法で共有


KeyVaultKey コンストラクター

定義

オーバーロード

KeyVaultKey()

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

KeyVaultKey(String, KeyVaultKeyAttributes)

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

KeyVaultKey()

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

public KeyVaultKey ();
Public Sub New ()

適用対象

KeyVaultKey(String, KeyVaultKeyAttributes)

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

public KeyVaultKey (string kid = default, Microsoft.Azure.Management.Logic.Models.KeyVaultKeyAttributes attributes = default);
new Microsoft.Azure.Management.Logic.Models.KeyVaultKey : string * Microsoft.Azure.Management.Logic.Models.KeyVaultKeyAttributes -> Microsoft.Azure.Management.Logic.Models.KeyVaultKey
Public Sub New (Optional kid As String = Nothing, Optional attributes As KeyVaultKeyAttributes = Nothing)

パラメーター

kid
String

キー ID。

attributes
KeyVaultKeyAttributes

キー属性。

適用対象