次の方法で共有


VaultExtendedInfoResource コンストラクター

定義

オーバーロード

VaultExtendedInfoResource()

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

VaultExtendedInfoResource(String, String, String, String, String, String, String, String)

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

VaultExtendedInfoResource()

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

public VaultExtendedInfoResource ();
Public Sub New ()

適用対象

VaultExtendedInfoResource(String, String, String, String, String, String, String, String)

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

public VaultExtendedInfoResource (string id = default, string name = default, string type = default, string etag = default, string integrityKey = default, string encryptionKey = default, string encryptionKeyThumbprint = default, string algorithm = default);
new Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional integrityKey As String = Nothing, Optional encryptionKey As String = Nothing, Optional encryptionKeyThumbprint As String = Nothing, Optional algorithm As String = Nothing)

パラメーター

id
String

リソース ID は、リソースへの完全なパスを表します。

name
String

リソースに関連付けられているリソース名。

type
String

リソースの種類は、Namespace/ResourceType/ResourceType/..という形式の完全なパスを表します。

etag
String

オプションの ETag。

integrityKey
String

整合性キー。

encryptionKey
String

暗号化キー。

encryptionKeyThumbprint
String

暗号化キーの拇印。

algorithm
String

Vault ExtendedInfo のアルゴリズム

適用対象