HealthcareApisServicePrivateLinkResourceCollection Class

Definition

A class representing a collection of HealthcareApisServicePrivateLinkResource and their operations. Each HealthcareApisServicePrivateLinkResource in the collection will belong to the same instance of HealthcareApisServiceResource. To get a HealthcareApisServicePrivateLinkResourceCollection instance call the GetHealthcareApisServicePrivateLinkResources method from an instance of HealthcareApisServiceResource.

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

Constructors

HealthcareApisServicePrivateLinkResourceCollection()

Initializes a new instance of the HealthcareApisServicePrivateLinkResourceCollection 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/services/{resourceName}/privateLinkResources/{groupName}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisServicePrivateLinkResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

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

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources/{groupName}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisServicePrivateLinkResource
GetAll(CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateLinkResources
  • Operation Id: PrivateLinkResources_ListByService
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisServicePrivateLinkResource
GetAllAsync(CancellationToken)

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

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

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

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HealthcareApisServicePrivateLinkResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to