VaultExtendedInfoResource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 のアルゴリズム
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET