AzureRecoveryServiceVaultProtectionIntent Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Item de intenção de proteção específica do Azure Recovery Services Vault.
[Newtonsoft.Json.JsonObject("RecoveryServiceVaultItem")]
public class AzureRecoveryServiceVaultProtectionIntent : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntent
[<Newtonsoft.Json.JsonObject("RecoveryServiceVaultItem")>]
type AzureRecoveryServiceVaultProtectionIntent = class
inherit ProtectionIntent
Public Class AzureRecoveryServiceVaultProtectionIntent
Inherits ProtectionIntent
- Herança
- Derivado
- Atributos
-
Newtonsoft.Json.JsonObjectAttribute
Construtores
AzureRecoveryServiceVaultProtectionIntent() |
Inicializa uma nova instância da classe AzureRecoveryServiceVaultProtectionIntent. |
AzureRecoveryServiceVaultProtectionIntent(String, String, String, String, String) |
Inicializa uma nova instância da classe AzureRecoveryServiceVaultProtectionIntent. |
Propriedades
BackupManagementType |
Obtém ou define o tipo de gerenciamento de backup para o item de backup. Os valores possíveis incluem: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup' (Herdado de ProtectionIntent) |
ItemId |
Obtém ou define a ID do item que está sendo protegido, no caso da Vm do Azure, ela é ProtectedItemId (Herdado de ProtectionIntent) |
PolicyId |
Obtém ou define a ID da política de backup com a qual este item tem backup. (Herdado de ProtectionIntent) |
ProtectionState |
Obtém ou define o estado de backup deste item de backup. Os valores possíveis incluem: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed' (Herdado de ProtectionIntent) |
SourceResourceId |
Obtém ou define a ID do ARM do recurso a ser copiado em backup. (Herdado de ProtectionIntent) |
Aplica-se a
Azure SDK for .NET