Partager via


BackupResourceVaultConfig Constructeurs

Définition

Surcharges

BackupResourceVaultConfig()

Initialise une nouvelle instance de la classe BackupResourceVaultConfig.

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

Initialise une nouvelle instance de la classe BackupResourceVaultConfig.

BackupResourceVaultConfig()

Initialise une nouvelle instance de la classe BackupResourceVaultConfig.

public BackupResourceVaultConfig ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe BackupResourceVaultConfig.

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)

Paramètres

storageModelType
String

Type de stockage. Les valeurs possibles sont les suivantes : « Invalid », « GeoRedundant », « LocalRedundant », « ZoneRedundant », « ReadAccessGeoZoneRedundant »

storageType
String

Type de stockage. Les valeurs possibles sont les suivantes : « Invalid », « GeoRedundant », « LocalRedundant », « ZoneRedundant », « ReadAccessGeoZoneRedundant »

storageTypeState
String

Verrouillé ou déverrouillé. Une fois qu’une machine est inscrite auprès d’une ressource, storageTypeState est toujours verrouillé. Les valeurs possibles sont les suivantes : « Non valide », « Verrouillé », « Déverrouillé »

enhancedSecurityState
String

Activé ou désactivé. Les valeurs possibles sont les suivantes : « Invalid », « Enabled », « Disabled »

softDeleteFeatureState
String

État de la fonctionnalité Suppression réversible. Les valeurs possibles sont les suivantes : « Invalid », « Enabled », « Disabled »

resourceGuardOperationRequests
IList<String>

Demandes d’opération ResourceGuard

isSoftDeleteFeatureStateEditable
Nullable<Boolean>

L’état de la fonctionnalité de suppression réversible est-il modifiable ?

S’applique à