BackupResourceEncryptionConfigExtended Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BackupResourceEncryptionConfigExtended() |
Initializes a new instance of the BackupResourceEncryptionConfigExtended class. |
BackupResourceEncryptionConfigExtended(String, String, String, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the BackupResourceEncryptionConfigExtended class. |
BackupResourceEncryptionConfigExtended()
Initializes a new instance of the BackupResourceEncryptionConfigExtended class.
public BackupResourceEncryptionConfigExtended ();
Public Sub New ()
Applies to
BackupResourceEncryptionConfigExtended(String, String, String, String, String, String, Nullable<Boolean>)
Initializes a new instance of the BackupResourceEncryptionConfigExtended class.
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)
Parameters
- encryptionAtRestType
- String
Encryption At Rest Type. Possible values include: 'Invalid', 'MicrosoftManaged', 'CustomerManaged'
- keyUri
- String
Key Vault Key URI
- subscriptionId
- String
Key Vault Subscription Id
- lastUpdateStatus
- String
Possible values include: 'Invalid', 'NotEnabled', 'PartiallySucceeded', 'PartiallyFailed', 'Failed', 'Succeeded', 'Initialized', 'FirstInitialization'
- infrastructureEncryptionState
- String
Possible values include: 'Invalid', 'Disabled', 'Enabled'
- userAssignedIdentity
- String
User Assigned Identity Id
bool to indicate whether to use system Assigned Identity or not
Applies to
Azure SDK for .NET