Partager via


SynapseReplicationLinkCollection Classe

Définition

Classe représentant une collection de SynapseReplicationLinkResource et leurs opérations. Chacun SynapseReplicationLinkResource de la collection appartient au même instance de SynapseSqlPoolResource. Pour obtenir un SynapseReplicationLinkCollection instance appelez la méthode GetSynapseReplicationLinks à partir d’un instance de SynapseSqlPoolResource.

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)
Héritage
SynapseReplicationLinkCollection
Implémente

Constructeurs

SynapseReplicationLinkCollection()

Initialise une nouvelle instance de la classe pour la SynapseReplicationLinkCollection simulation.

Propriétés

Client

Obtient le ArmClient à partir duquel ce client de ressource a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressource.

(Hérité de ArmCollection)

Méthodes

Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • IdSqlPoolReplicationLinks_GetByName d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • IdSqlPoolReplicationLinks_GetByName d’opération
Get(String, CancellationToken)

Obtenir le lien de réplication du pool SQL par nom.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • IdSqlPoolReplicationLinks_GetByName d’opération
GetAll(CancellationToken)

Répertorie les liens de réplication d’un pool Sql.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks
  • IdSqlPoolReplicationLinks_List d’opération
GetAllAsync(CancellationToken)

Répertorie les liens de réplication d’un pool Sql.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks
  • IdSqlPoolReplicationLinks_List d’opération
GetAsync(String, CancellationToken)

Obtenir le lien de réplication du pool SQL par nom.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • IdSqlPoolReplicationLinks_GetByName d’opération
TryGetApiVersion(ResourceType, String)

Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<SynapseReplicationLinkResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<SynapseReplicationLinkResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à