次の方法で共有


BackupResourceEncryptionConfigExtended コンストラクター

定義

オーバーロード

BackupResourceEncryptionConfigExtended()

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

BackupResourceEncryptionConfigExtended(String, String, String, String, String, String, Nullable<Boolean>)

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

BackupResourceEncryptionConfigExtended()

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

public BackupResourceEncryptionConfigExtended ();
Public Sub New ()

適用対象

BackupResourceEncryptionConfigExtended(String, String, String, String, String, String, Nullable<Boolean>)

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

public BackupResourceEncryptionConfigExtended (string encryptionAtRestType = default, string keyUri = default, string subscriptionId = default, string lastUpdateStatus = default, string infrastructureEncryptionState = default, string userAssignedIdentity = default, bool? useSystemAssignedIdentity = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceEncryptionConfigExtended : string * string * string * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceEncryptionConfigExtended
Public Sub New (Optional encryptionAtRestType As String = Nothing, Optional keyUri As String = Nothing, Optional subscriptionId As String = Nothing, Optional lastUpdateStatus As String = Nothing, Optional infrastructureEncryptionState As String = Nothing, Optional userAssignedIdentity As String = Nothing, Optional useSystemAssignedIdentity As Nullable(Of Boolean) = Nothing)

パラメーター

encryptionAtRestType
String

保存時の暗号化の種類。 使用できる値は、'Invalid'、'MicrosoftManaged'、'CustomerManaged' です。

keyUri
String

キー URI のKey Vault

subscriptionId
String

Key Vault サブスクリプション ID

lastUpdateStatus
String

使用できる値は、'Invalid'、'NotEnabled'、'PartiallySucceeded'、'PartiallyFailed'、'Failed'、'Succeeded'、'Initialize'、'FirstInitialization' です。

infrastructureEncryptionState
String

使用可能な値は次のとおりです: 'Invalid'、'Disabled'、'Enabled'

userAssignedIdentity
String

ユーザー割り当て ID

useSystemAssignedIdentity
Nullable<Boolean>

システム割り当て ID を使用するかどうかを示す bool

適用対象