ProtectionIntentQueryObject Construtores
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.
Sobrecargas
ProtectionIntentQueryObject() |
Inicializa uma nova instância da classe ProtectionIntentQueryObject. |
ProtectionIntentQueryObject(String, String, String, String) |
Inicializa uma nova instância da classe ProtectionIntentQueryObject. |
ProtectionIntentQueryObject()
Inicializa uma nova instância da classe ProtectionIntentQueryObject.
public ProtectionIntentQueryObject ();
Public Sub New ()
Aplica-se a
ProtectionIntentQueryObject(String, String, String, String)
Inicializa uma nova instância da classe ProtectionIntentQueryObject.
public ProtectionIntentQueryObject (string backupManagementType = default, string itemType = default, string parentName = default, string itemName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject
Public Sub New (Optional backupManagementType As String = Nothing, Optional itemType As String = Nothing, Optional parentName As String = Nothing, Optional itemName As String = Nothing)
Parâmetros
- backupManagementType
- String
Tipo de gerenciamento de backup para o item de backup. Os valores possíveis incluem: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
- itemType
- String
Tipo de carga de trabalho que este item representa. Os valores possíveis incluem: 'Invalid', 'SQLInstance', 'SQLAvailabilityGroupContainer'
- parentName
- String
Nome pai da intenção
- itemName
- String
Nome do item da intenção
Aplica-se a
Azure SDK for .NET