Share via


BackupResourceVaultConfig Constructors

Definition

Overloads

BackupResourceVaultConfig()

Initializes a new instance of the BackupResourceVaultConfig class.

BackupResourceVaultConfig(String, String, String, String, String, IList<String>, Nullable<Boolean>)

Initializes a new instance of the BackupResourceVaultConfig class.

BackupResourceVaultConfig()

Initializes a new instance of the BackupResourceVaultConfig class.

public BackupResourceVaultConfig ();
Public Sub New ()

Applies to

BackupResourceVaultConfig(String, String, String, String, String, IList<String>, Nullable<Boolean>)

Initializes a new instance of the BackupResourceVaultConfig class.

public BackupResourceVaultConfig (string storageModelType = default, string storageType = default, string storageTypeState = default, string enhancedSecurityState = default, string softDeleteFeatureState = default, System.Collections.Generic.IList<string> resourceGuardOperationRequests = default, bool? isSoftDeleteFeatureStateEditable = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfig : string * string * string * string * string * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfig
Public Sub New (Optional storageModelType As String = Nothing, Optional storageType As String = Nothing, Optional storageTypeState As String = Nothing, Optional enhancedSecurityState As String = Nothing, Optional softDeleteFeatureState As String = Nothing, Optional resourceGuardOperationRequests As IList(Of String) = Nothing, Optional isSoftDeleteFeatureStateEditable As Nullable(Of Boolean) = Nothing)

Parameters

storageModelType
String

Storage type. Possible values include: 'Invalid', 'GeoRedundant', 'LocallyRedundant', 'ZoneRedundant', 'ReadAccessGeoZoneRedundant'

storageType
String

Storage type. Possible values include: 'Invalid', 'GeoRedundant', 'LocallyRedundant', 'ZoneRedundant', 'ReadAccessGeoZoneRedundant'

storageTypeState
String

Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked. Possible values include: 'Invalid', 'Locked', 'Unlocked'

enhancedSecurityState
String

Enabled or Disabled. Possible values include: 'Invalid', 'Enabled', 'Disabled'

softDeleteFeatureState
String

Soft Delete feature state. Possible values include: 'Invalid', 'Enabled', 'Disabled'

resourceGuardOperationRequests
IList<String>

ResourceGuard Operation Requests

isSoftDeleteFeatureStateEditable
Nullable<Boolean>

Is soft delete feature state editable

Applies to