Share via


HealthcareApisWorkspacePrivateEndpointConnectionCollection Class

Definition

A class representing a collection of HealthcareApisWorkspacePrivateEndpointConnectionResource and their operations. Each HealthcareApisWorkspacePrivateEndpointConnectionResource in the collection will belong to the same instance of HealthcareApisWorkspaceResource. To get a HealthcareApisWorkspacePrivateEndpointConnectionCollection instance call the GetHealthcareApisWorkspacePrivateEndpointConnections method from an instance of HealthcareApisWorkspaceResource.

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

Constructors

HealthcareApisWorkspacePrivateEndpointConnectionCollection()

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

Update the state of the specified private endpoint connection associated with the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WorkspacePrivateEndpointConnections_CreateOrUpdate
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateEndpointConnectionResource
CreateOrUpdateAsync(WaitUntil, String, HealthcareApisPrivateEndpointConnectionData, CancellationToken)

Update the state of the specified private endpoint connection associated with the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WorkspacePrivateEndpointConnections_CreateOrUpdate
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateEndpointConnectionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WorkspacePrivateEndpointConnections_Get
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateEndpointConnectionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WorkspacePrivateEndpointConnections_Get
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateEndpointConnectionResource
Get(String, CancellationToken)

Gets the specified private endpoint connection associated with the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WorkspacePrivateEndpointConnections_Get
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateEndpointConnectionResource
GetAll(CancellationToken)

Lists all private endpoint connections for a workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections
  • Operation Id: WorkspacePrivateEndpointConnections_ListByWorkspace
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateEndpointConnectionResource
GetAllAsync(CancellationToken)

Lists all private endpoint connections for a workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections
  • Operation Id: WorkspacePrivateEndpointConnections_ListByWorkspace
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateEndpointConnectionResource
GetAsync(String, CancellationToken)

Gets the specified private endpoint connection associated with the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WorkspacePrivateEndpointConnections_Get
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateEndpointConnectionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WorkspacePrivateEndpointConnections_Get
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateEndpointConnectionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WorkspacePrivateEndpointConnections_Get
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateEndpointConnectionResource
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<HealthcareApisWorkspacePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HealthcareApisWorkspacePrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to