Freigeben über


SynapseReplicationLinkCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SynapseReplicationLinkResource Vorgänge darstellt. Jedes SynapseReplicationLinkResource in der Auflistung gehört zum gleichen instance von SynapseSqlPoolResource. Um eine SynapseReplicationLinkCollection instance rufen Sie die GetSynapseReplicationLinks-Methode aus einer instance von aufSynapseSqlPoolResource.

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

Konstruktoren

SynapseReplicationLinkCollection()

Initialisiert eine neue instance der -Klasse für die SynapseReplicationLinkCollection 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.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • Vorgangs-IdSqlPoolReplicationLinks_GetByName
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • Vorgangs-IdSqlPoolReplicationLinks_GetByName
Get(String, CancellationToken)

Rufen Sie die Replikationslink für SQL-Pool nach Namen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • Vorgangs-IdSqlPoolReplicationLinks_GetByName
GetAll(CancellationToken)

Listet die Replikationslinks eines SQL-Pools auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks
  • Vorgangs-IdSqlPoolReplicationLinks_List
GetAllAsync(CancellationToken)

Listet die Replikationslinks eines SQL-Pools auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks
  • Vorgangs-IdSqlPoolReplicationLinks_List
GetAsync(String, CancellationToken)

Rufen Sie die Replikationslink für SQL-Pool nach Namen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • Vorgangs-IdSqlPoolReplicationLinks_GetByName
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<SynapseReplicationLinkResource>.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<SynapseReplicationLinkResource>.GetEnumerator()

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

Gilt für: