DiskEncryptionSet コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DiskEncryptionSet() |
DiskEncryptionSet クラスの新しいインスタンスを初期化します。 |
DiskEncryptionSet(String, String, String, String, IDictionary<String, String>, EncryptionSetIdentity, String, KeyForDiskEncryptionSet, IList<KeyForDiskEncryptionSet>, String, Nullable<Boolean>, Nullable<DateTime>, ApiError, String) |
DiskEncryptionSet クラスの新しいインスタンスを初期化します。 |
DiskEncryptionSet()
DiskEncryptionSet クラスの新しいインスタンスを初期化します。
public DiskEncryptionSet ();
Public Sub New ()
適用対象
DiskEncryptionSet(String, String, String, String, IDictionary<String, String>, EncryptionSetIdentity, String, KeyForDiskEncryptionSet, IList<KeyForDiskEncryptionSet>, String, Nullable<Boolean>, Nullable<DateTime>, ApiError, String)
DiskEncryptionSet クラスの新しいインスタンスを初期化します。
public DiskEncryptionSet (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity identity = default, string encryptionType = default, Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet activeKey = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet> previousKeys = default, string provisioningState = default, bool? rotationToLatestKeyVersionEnabled = default, DateTime? lastKeyRotationTimestamp = default, Microsoft.Azure.Management.Compute.Models.ApiError autoKeyRotationError = default, string federatedClientId = default);
new Microsoft.Azure.Management.Compute.Models.DiskEncryptionSet : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity * string * Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet> * string * Nullable<bool> * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Models.ApiError * string -> Microsoft.Azure.Management.Compute.Models.DiskEncryptionSet
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionSetIdentity = Nothing, Optional encryptionType As String = Nothing, Optional activeKey As KeyForDiskEncryptionSet = Nothing, Optional previousKeys As IList(Of KeyForDiskEncryptionSet) = Nothing, Optional provisioningState As String = Nothing, Optional rotationToLatestKeyVersionEnabled As Nullable(Of Boolean) = Nothing, Optional lastKeyRotationTimestamp As Nullable(Of DateTime) = Nothing, Optional autoKeyRotationError As ApiError = Nothing, Optional federatedClientId As String = Nothing)
パラメーター
- location
- String
リソースの場所
- id
- String
リソース ID
- name
- String
リソース名
- type
- String
リソースの種類
- tags
- IDictionary<String,String>
リソース タグ
- identity
- EncryptionSetIdentity
- encryptionType
- String
使用できる値は、'EncryptionAtRestWithCustomerKey'、'EncryptionAtRestWithPlatformAndCustomerKeys'、'ConfidentialVmEncryptedWithCustomerKey' です。
- activeKey
- KeyForDiskEncryptionSet
このディスク暗号化セットで現在使用されているキー コンテナー キー。
- previousKeys
- IList<KeyForDiskEncryptionSet>
キーのローテーションの進行中に、このディスク暗号化セットで以前に使用されていたキー コンテナー キーの読み取り専用コレクション。 キーのローテーションが進行中でない場合は空になります。
- provisioningState
- String
ディスク暗号化セットのプロビジョニング状態。
このディスク暗号化セットを最新のキー バージョンに自動更新できるようにするには、このフラグを true に設定します。
- autoKeyRotationError
- ApiError
自動キーのローテーション中に発生したエラー。 エラーが存在する場合、このディスク暗号化セットのエラーが修正されるまで、自動キーのローテーションは試行されません。
- federatedClientId
- String
別のテナント内のキー コンテナーにアクセスするためのマルチテナント アプリケーション クライアント ID。 値を 'None' に設定すると、プロパティがクリアされます。
適用対象
Azure SDK for .NET