Freigeben über


AzureResourceProtectionIntent Konstruktoren

Definition

Überlädt

AzureResourceProtectionIntent()

Initialisiert eine neue instance der AzureResourceProtectionIntent-Klasse.

AzureResourceProtectionIntent(String, String, String, String, String, String)

Initialisiert eine neue instance der AzureResourceProtectionIntent-Klasse.

AzureResourceProtectionIntent()

Initialisiert eine neue instance der AzureResourceProtectionIntent-Klasse.

public AzureResourceProtectionIntent();
Public Sub New ()

Gilt für:

AzureResourceProtectionIntent(String, String, String, String, String, String)

Initialisiert eine neue instance der AzureResourceProtectionIntent-Klasse.

public AzureResourceProtectionIntent(string backupManagementType = default, string sourceResourceId = default, string itemId = default, string policyId = default, string protectionState = default, string friendlyName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureResourceProtectionIntent : string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureResourceProtectionIntent
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 friendlyName As String = Nothing)

Parameter

backupManagementType
String

Art der Sicherungsverwaltung für das gesicherte Element. Mögliche Werte: "Invalid", "AzureIaasVM", "MAB", "DPM", "AzureBackupServer", "AzureSql", "AzureStorage", "AzureWorkload", "DefaultBackup"

sourceResourceId
String

ARM-ID der zu sichernden Ressource.

itemId
String

ID des Elements, das geschützt wird. Im Fall eines virtuellen Azure-Computers ist es ProtectedItemId.

policyId
String

ID der Sicherungsrichtlinie, mit der dieses Element gesichert wird.

protectionState
String

Sicherungsstatus dieses Sicherungselements. Mögliche Werte: "Invalid", "NotProtected", "Protecting", "Protected", "ProtectionFailed"

friendlyName
String

Anzeigename des virtuellen Computers, der durch dieses Sicherungselement dargestellt wird.

Gilt für: