HealthcareApisWorkspacePrivateLinkResourceCollection Class

Definition

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

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

Constructors

HealthcareApisWorkspacePrivateLinkResourceCollection()

Initializes a new instance of the HealthcareApisWorkspacePrivateLinkResourceCollection 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.HealthcareApis/workspaces/{workspaceName}/privateLinkResources/{groupName}
  • Operation Id: WorkspacePrivateLinkResources_Get
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateLinkResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

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

Gets a private link resource that need to be created for a workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateLinkResources/{groupName}
  • Operation Id: WorkspacePrivateLinkResources_Get
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateLinkResource
GetAll(CancellationToken)

Gets the private link resources that need to be created for a workspace.

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

Gets the private link resources that need to be created for a workspace.

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

Gets a private link resource that need to be created for a workspace.

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HealthcareApisWorkspacePrivateLinkResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to