Partager via


AzureWorkloadSQLAutoProtectionIntent Constructeurs

Définition

Surcharges

AzureWorkloadSQLAutoProtectionIntent()

Initialise une nouvelle instance de la classe AzureWorkloadSQLAutoProtectionIntent.

AzureWorkloadSQLAutoProtectionIntent(String, String, String, String, String, String)

Initialise une nouvelle instance de la classe AzureWorkloadSQLAutoProtectionIntent.

AzureWorkloadSQLAutoProtectionIntent()

Initialise une nouvelle instance de la classe AzureWorkloadSQLAutoProtectionIntent.

public AzureWorkloadSQLAutoProtectionIntent ();
Public Sub New ()

S’applique à

AzureWorkloadSQLAutoProtectionIntent(String, String, String, String, String, String)

Initialise une nouvelle instance de la classe AzureWorkloadSQLAutoProtectionIntent.

public AzureWorkloadSQLAutoProtectionIntent (string backupManagementType = default, string sourceResourceId = default, string itemId = default, string policyId = default, string protectionState = default, string workloadItemType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLAutoProtectionIntent : string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLAutoProtectionIntent
Public Sub New (Optional backupManagementType As String = Nothing, Optional sourceResourceId As String = Nothing, Optional itemId As String = Nothing, Optional policyId As String = Nothing, Optional protectionState As String = Nothing, Optional workloadItemType As String = Nothing)

Paramètres

backupManagementType
String

Type de gestion des sauvegardes pour l’élément sauvegardé. Les valeurs possibles sont les suivantes : « Invalid », « AzureIaasVM », « MAB », « DPM », « AzureBackupServer », « AzureSql », « AzureStorage », « AzureWorkload », « DefaultBackup »

sourceResourceId
String

ID ARM de la ressource à sauvegarder.

itemId
String

ID de l’élément qui est protégé, Dans le cas d’une machine virtuelle Azure , il s’agit de ProtectedItemId

policyId
String

ID de la stratégie de sauvegarde avec laquelle cet élément est sauvegardé.

protectionState
String

État de sauvegarde de cet élément de sauvegarde. Les valeurs possibles sont les suivantes : « Invalid », « NotProtected », « Protecting », « Protected », « ProtectionFailed »

workloadItemType
String

Type d’élément de charge de travail de l’élément pour lequel l’intention doit être définie. Les valeurs possibles sont les suivantes : « Invalid », « SQLInstance », « SQLDataBase », « SAPHanaSystem », « SAPHanaDatabase », « SAPAseSystem », « SAPAseDatabase »

S’applique à