BackupResourceVaultConfig 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
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'
Applies to
Azure SDK for .NET