SignalRPrivateEndpointConnectionCollection Class

Definition

A class representing a collection of SignalRPrivateEndpointConnectionResource and their operations. Each SignalRPrivateEndpointConnectionResource in the collection will belong to the same instance of SignalRResource. To get a SignalRPrivateEndpointConnectionCollection instance call the GetSignalRPrivateEndpointConnections method from an instance of SignalRResource.

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

Constructors

SignalRPrivateEndpointConnectionCollection()

Initializes a new instance of the SignalRPrivateEndpointConnectionCollection 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, SignalRPrivateEndpointConnectionData, CancellationToken)

Update the state of specified private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: SignalRPrivateEndpointConnections_Update
  • Default Api Version: 2022-02-01
  • Resource: SignalRPrivateEndpointConnectionResource
CreateOrUpdateAsync(WaitUntil, String, SignalRPrivateEndpointConnectionData, CancellationToken)

Update the state of specified private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: SignalRPrivateEndpointConnections_Update
  • Default Api Version: 2022-02-01
  • Resource: SignalRPrivateEndpointConnectionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: SignalRPrivateEndpointConnections_Get
  • Default Api Version: 2022-02-01
  • Resource: SignalRPrivateEndpointConnectionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: SignalRPrivateEndpointConnections_Get
  • Default Api Version: 2022-02-01
  • Resource: SignalRPrivateEndpointConnectionResource
Get(String, CancellationToken)

Get the specified private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: SignalRPrivateEndpointConnections_Get
  • Default Api Version: 2022-02-01
  • Resource: SignalRPrivateEndpointConnectionResource
GetAll(CancellationToken)

List private endpoint connections

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections
  • Operation Id: SignalRPrivateEndpointConnections_List
  • Default Api Version: 2022-02-01
  • Resource: SignalRPrivateEndpointConnectionResource
GetAllAsync(CancellationToken)

List private endpoint connections

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections
  • Operation Id: SignalRPrivateEndpointConnections_List
  • Default Api Version: 2022-02-01
  • Resource: SignalRPrivateEndpointConnectionResource
GetAsync(String, CancellationToken)

Get the specified private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: SignalRPrivateEndpointConnections_Get
  • Default Api Version: 2022-02-01
  • Resource: SignalRPrivateEndpointConnectionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: SignalRPrivateEndpointConnections_Get
  • Default Api Version: 2022-02-01
  • Resource: SignalRPrivateEndpointConnectionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: SignalRPrivateEndpointConnections_Get
  • Default Api Version: 2022-02-01
  • Resource: SignalRPrivateEndpointConnectionResource
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<SignalRPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SignalRPrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to