Freigeben über


BackupProtectionIntentCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren BackupProtectionIntentResource Vorgänge darstellt. Jedes BackupProtectionIntentResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um eine BackupProtectionIntentCollection instance rufen Sie die GetBackupProtectionIntents-Methode aus einer instance von aufResourceGroupResource.

public class BackupProtectionIntentCollection : Azure.ResourceManager.ArmCollection
type BackupProtectionIntentCollection = class
    inherit ArmCollection
Public Class BackupProtectionIntentCollection
Inherits ArmCollection
Vererbung
BackupProtectionIntentCollection

Konstruktoren

BackupProtectionIntentCollection()

Initialisiert eine neue instance der -Klasse für die BackupProtectionIntentCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, String, String, BackupProtectionIntentData, CancellationToken)

Erstellen der Absicht zum Aktivieren der Sicherung eines Elements. Dies ist ein synchroner Vorgang.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}
  • Vorgangs-IdProtectionIntent_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, String, String, BackupProtectionIntentData, CancellationToken)

Erstellen der Absicht zum Aktivieren der Sicherung eines Elements. Dies ist ein synchroner Vorgang.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}
  • Vorgangs-IdProtectionIntent_CreateOrUpdate
Exists(String, String, String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}
  • Vorgangs-IdProtectionIntent_Get
ExistsAsync(String, String, String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}
  • Vorgangs-IdProtectionIntent_Get
Get(String, String, String, CancellationToken)

Stellt die Details zum Schutzabsicht-Up-Element bereit. Das ist ein asynchroner Vorgang. Rufen Sie die GetItemOperationResult-API auf, um die status des Vorgangs zu ermitteln.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}
  • Vorgangs-IdProtectionIntent_Get
GetAsync(String, String, String, CancellationToken)

Stellt die Details zum Schutzabsicht-Up-Element bereit. Das ist ein asynchroner Vorgang. Rufen Sie die GetItemOperationResult-API auf, um die status des Vorgangs zu ermitteln.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}
  • Vorgangs-IdProtectionIntent_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Gilt für: