Freigeben über


DataProtectionBackupJobCollection Klasse

Definition

Eine Klasse, die eine Auflistung von DataProtectionBackupJobResource und deren Vorgänge darstellt. Jedes DataProtectionBackupJobResource in der Auflistung gehört zum gleichen instance von DataProtectionBackupVaultResource. Um einen DataProtectionBackupJobCollection instance rufen Sie die GetDataProtectionBackupJobs-Methode aus einer instance von aufDataProtectionBackupVaultResource.

public class DataProtectionBackupJobCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupJobResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupJobResource>
type DataProtectionBackupJobCollection = class
    inherit ArmCollection
    interface seq<DataProtectionBackupJobResource>
    interface IEnumerable
    interface IAsyncEnumerable<DataProtectionBackupJobResource>
Public Class DataProtectionBackupJobCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DataProtectionBackupJobResource), IEnumerable(Of DataProtectionBackupJobResource)
Vererbung
DataProtectionBackupJobCollection
Implementiert

Konstruktoren

DataProtectionBackupJobCollection()

Initialisiert eine neue instance der DataProtectionBackupJobCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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

Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs/{jobId}
  • Vorgang IdJobs_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs/{jobId}
  • Vorgang IdJobs_Get
Get(String, CancellationToken)

Ruft einen Auftrag mit der ID in einem Sicherungstresor ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs/{jobId}
  • Vorgang IdJobs_Get
GetAll(CancellationToken)

Gibt die Liste der Aufträge zurück, die zu einem Sicherungstresor gehören

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs
  • Vorgang IdJobs_List
GetAllAsync(CancellationToken)

Gibt die Liste der Aufträge zurück, die zu einem Sicherungstresor gehören

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs
  • Vorgang IdJobs_List
GetAsync(String, CancellationToken)

Ruft einen Auftrag mit der ID in einem Sicherungstresor ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs/{jobId}
  • Vorgang IdJobs_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs/{jobId}
  • Vorgang IdJobs_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs/{jobId}
  • Vorgang IdJobs_Get
TryGetApiVersion(ResourceType, String)

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

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<DataProtectionBackupJobResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<DataProtectionBackupJobResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: