Freigeben über


DataReplicationRecoveryPointCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren DataReplicationRecoveryPointResource Vorgänge darstellt. Jedes DataReplicationRecoveryPointResource in der Auflistung gehört zum gleichen instance von DataReplicationProtectedItemResource. Um eine DataReplicationRecoveryPointCollection instance rufen Sie die GetDataReplicationRecoveryPoints-Methode aus einer instance von DataReplicationProtectedItemResourceauf.

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

Konstruktoren

DataReplicationRecoveryPointCollection()

Initialisiert eine neue instance der -Klasse für die DataReplicationRecoveryPointCollection 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

Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointName}
  • Vorgangs-IdRecoveryPoints_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointName}
  • Vorgangs-IdRecoveryPoints_Get
Get(String, CancellationToken)

Ruft die Details des Wiederherstellungspunkts eines geschützten Elements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointName}
  • Vorgangs-IdRecoveryPoints_Get
GetAll(CancellationToken)

Ruft die Liste der Wiederherstellungspunkte des angegebenen geschützten Elements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}/recoveryPoints
  • Vorgangs-IdRecoveryPoints_List
GetAllAsync(CancellationToken)

Ruft die Liste der Wiederherstellungspunkte des angegebenen geschützten Elements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}/recoveryPoints
  • Vorgangs-IdRecoveryPoints_List
GetAsync(String, CancellationToken)

Ruft die Details des Wiederherstellungspunkts eines geschützten Elements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointName}
  • Vorgangs-IdRecoveryPoints_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointName}
  • Vorgangs-IdRecoveryPoints_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointName}
  • Vorgangs-IdRecoveryPoints_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<DataReplicationRecoveryPointResource>.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<DataReplicationRecoveryPointResource>.GetEnumerator()

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

Gilt für: