Share via


WebPubSubSharedPrivateLinkCollection Class

Definition

A class representing a collection of WebPubSubSharedPrivateLinkResource and their operations. Each WebPubSubSharedPrivateLinkResource in the collection will belong to the same instance of WebPubSubResource. To get a WebPubSubSharedPrivateLinkCollection instance call the GetWebPubSubSharedPrivateLinks method from an instance of WebPubSubResource.

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

Constructors

WebPubSubSharedPrivateLinkCollection()

Initializes a new instance of the WebPubSubSharedPrivateLinkCollection 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

CreateOrUpdate(WaitUntil, String, WebPubSubSharedPrivateLinkData, CancellationToken)

Create or update a shared private link resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operation Id: WebPubSubSharedPrivateLinkResources_CreateOrUpdate
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubSharedPrivateLinkResource
CreateOrUpdateAsync(WaitUntil, String, WebPubSubSharedPrivateLinkData, CancellationToken)

Create or update a shared private link resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operation Id: WebPubSubSharedPrivateLinkResources_CreateOrUpdate
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubSharedPrivateLinkResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operation Id: WebPubSubSharedPrivateLinkResources_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubSharedPrivateLinkResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operation Id: WebPubSubSharedPrivateLinkResources_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubSharedPrivateLinkResource
Get(String, CancellationToken)

Get the specified shared private link resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operation Id: WebPubSubSharedPrivateLinkResources_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubSharedPrivateLinkResource
GetAll(CancellationToken)

List shared private link resources

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources
  • Operation Id: WebPubSubSharedPrivateLinkResources_List
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubSharedPrivateLinkResource
GetAllAsync(CancellationToken)

List shared private link resources

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources
  • Operation Id: WebPubSubSharedPrivateLinkResources_List
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubSharedPrivateLinkResource
GetAsync(String, CancellationToken)

Get the specified shared private link resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operation Id: WebPubSubSharedPrivateLinkResources_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubSharedPrivateLinkResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operation Id: WebPubSubSharedPrivateLinkResources_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubSharedPrivateLinkResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operation Id: WebPubSubSharedPrivateLinkResources_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubSharedPrivateLinkResource
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<WebPubSubSharedPrivateLinkResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<WebPubSubSharedPrivateLinkResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to