次の方法で共有


DiskEncryptionSetInner コンストラクター

定義

オーバーロード

DiskEncryptionSetInner()

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

DiskEncryptionSetInner(String, String, String, String, IDictionary<String, String>, EncryptionSetIdentity, DiskEncryptionSetType, KeyVaultAndKeyReference, IList<KeyVaultAndKeyReference>, String)

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

DiskEncryptionSetInner()

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

public DiskEncryptionSetInner ();
Public Sub New ()

適用対象

DiskEncryptionSetInner(String, String, String, String, IDictionary<String, String>, EncryptionSetIdentity, DiskEncryptionSetType, KeyVaultAndKeyReference, IList<KeyVaultAndKeyReference>, String)

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

public DiskEncryptionSetInner (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSetIdentity identity = default, Microsoft.Azure.Management.Compute.Fluent.Models.DiskEncryptionSetType encryptionType = default, Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndKeyReference activeKey = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndKeyReference> previousKeys = default, string provisioningState = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DiskEncryptionSetInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSetIdentity * Microsoft.Azure.Management.Compute.Fluent.Models.DiskEncryptionSetType * Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndKeyReference * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndKeyReference> * string -> Microsoft.Azure.Management.Compute.Fluent.Models.DiskEncryptionSetInner
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 DiskEncryptionSetType = Nothing, Optional activeKey As KeyVaultAndKeyReference = Nothing, Optional previousKeys As IList(Of KeyVaultAndKeyReference) = Nothing, Optional provisioningState As String = Nothing)

パラメーター

location
String
id
String
name
String
type
String
encryptionType
DiskEncryptionSetType

使用できる値は、'EncryptionAtRestWithCustomerKey'、'EncryptionAtRestWithPlatformAndCustomerKeys' です。

activeKey
KeyVaultAndKeyReference

このディスク暗号化セットで現在使用されているキー コンテナー キー。

previousKeys
IList<KeyVaultAndKeyReference>

キーのローテーションの進行中に、このディスク暗号化セットで以前に使用されていたキー コンテナー キーの読み取り専用コレクション。 進行中のキーローテーションがない場合は空になります。

provisioningState
String

ディスク暗号化セットのプロビジョニング状態。

適用対象