Share via


SynapseReplicationLinkCollection Class

Definition

A class representing a collection of SynapseReplicationLinkResource and their operations. Each SynapseReplicationLinkResource in the collection will belong to the same instance of SynapseSqlPoolResource. To get a SynapseReplicationLinkCollection instance call the GetSynapseReplicationLinks method from an instance of 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)
Inheritance
SynapseReplicationLinkCollection
Implements

Constructors

SynapseReplicationLinkCollection()

Initializes a new instance of the SynapseReplicationLinkCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • Operation Id: SqlPoolReplicationLinks_GetByName
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • Operation Id: SqlPoolReplicationLinks_GetByName
Get(String, CancellationToken)

Get SQL pool replication link by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • Operation Id: SqlPoolReplicationLinks_GetByName
GetAll(CancellationToken)

Lists a Sql pool's replication links.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks
  • Operation Id: SqlPoolReplicationLinks_List
GetAllAsync(CancellationToken)

Lists a Sql pool's replication links.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks
  • Operation Id: SqlPoolReplicationLinks_List
GetAsync(String, CancellationToken)

Get SQL pool replication link by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • Operation Id: SqlPoolReplicationLinks_GetByName
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • Operation Id: SqlPoolReplicationLinks_GetByName
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • Operation Id: SqlPoolReplicationLinks_GetByName
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<SynapseReplicationLinkResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SynapseReplicationLinkResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to