SynapsePrivateLinkResourceCollection Class

Definition

A class representing a collection of SynapsePrivateLinkResource and their operations. Each SynapsePrivateLinkResource in the collection will belong to the same instance of SynapsePrivateLinkHubResource. To get a SynapsePrivateLinkResourceCollection instance call the GetSynapsePrivateLinkResources method from an instance of SynapsePrivateLinkHubResource.

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

Constructors

SynapsePrivateLinkResourceCollection()

Initializes a new instance of the SynapsePrivateLinkResourceCollection 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/privateLinkHubs/{privateLinkHubName}/privateLinkResources/{privateLinkResourceName}
  • Operation Id: PrivateLinkHubPrivateLinkResources_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateLinkResources/{privateLinkResourceName}
  • Operation Id: PrivateLinkHubPrivateLinkResources_Get
Get(String, CancellationToken)

Get private link resource in private link hub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateLinkResources/{privateLinkResourceName}
  • Operation Id: PrivateLinkHubPrivateLinkResources_Get
GetAll(CancellationToken)

Get all private link resources for a private link hub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateLinkResources
  • Operation Id: PrivateLinkHubPrivateLinkResources_List
GetAllAsync(CancellationToken)

Get all private link resources for a private link hub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateLinkResources
  • Operation Id: PrivateLinkHubPrivateLinkResources_List
GetAsync(String, CancellationToken)

Get private link resource in private link hub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateLinkResources/{privateLinkResourceName}
  • Operation Id: PrivateLinkHubPrivateLinkResources_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateLinkResources/{privateLinkResourceName}
  • Operation Id: PrivateLinkHubPrivateLinkResources_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateLinkResources/{privateLinkResourceName}
  • Operation Id: PrivateLinkHubPrivateLinkResources_Get
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<SynapsePrivateLinkResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SynapsePrivateLinkResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to