Freigeben über


DataReplicationFabricCollection Klasse

Definition

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

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

Konstruktoren

DataReplicationFabricCollection()

Initialisiert eine neue instance der -Klasse für die DataReplicationFabricCollection 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, DataReplicationFabricData, CancellationToken)

Erstellt das Fabric.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}
  • Vorgangs-IdFabric_Create
CreateOrUpdateAsync(WaitUntil, String, DataReplicationFabricData, CancellationToken)

Erstellt das Fabric.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}
  • Vorgangs-IdFabric_Create
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}
  • Vorgangs-IdFabric_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}
  • Vorgangs-IdFabric_Get
Get(String, CancellationToken)

Ruft die Details des Fabrics ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}
  • Vorgangs-IdFabric_Get
GetAll(String, CancellationToken)

Ruft die Liste der Fabrics im angegebenen Abonnement und der angegebenen Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics
  • Vorgangs-IdFabric_List
GetAllAsync(String, CancellationToken)

Ruft die Liste der Fabrics im angegebenen Abonnement und der angegebenen Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics
  • Vorgangs-IdFabric_List
GetAsync(String, CancellationToken)

Ruft die Details des Fabrics ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}
  • Vorgangs-IdFabric_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}
  • Vorgangs-IdFabric_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}
  • Vorgangs-IdFabric_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<DataReplicationFabricResource>.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<DataReplicationFabricResource>.GetEnumerator()

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

Gilt für: