次の方法で共有


ResourceEncryptionKeys コンストラクター

定義

オーバーロード

ResourceEncryptionKeys()

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

ResourceEncryptionKeys(String, String)

必要な引数を使用して ResourceEncryptionKeys クラスの新しいインスタンスを初期化します。

ResourceEncryptionKeys()

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

public ResourceEncryptionKeys ();
Public Sub New ()

適用対象

ResourceEncryptionKeys(String, String)

必要な引数を使用して ResourceEncryptionKeys クラスの新しいインスタンスを初期化します。

public ResourceEncryptionKeys (string encodedEncryptedPublicKey, string thumbprint);
new Microsoft.WindowsAzure.Management.StorSimple.Models.ResourceEncryptionKeys : string * string -> Microsoft.WindowsAzure.Management.StorSimple.Models.ResourceEncryptionKeys
Public Sub New (encodedEncryptedPublicKey As String, thumbprint As String)

パラメーター

encodedEncryptedPublicKey
String
thumbprint
String

適用対象