HealthcareApisServiceCollection Class

Definition

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

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

Constructors

HealthcareApisServiceCollection()

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

Create or update the metadata of a service instance.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}
  • Operation Id: Services_CreateOrUpdate
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisServiceResource
CreateOrUpdateAsync(WaitUntil, String, HealthcareApisServiceData, CancellationToken)

Create or update the metadata of a service instance.

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

Checks to see if the resource exists in azure.

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

Checks to see if the resource exists in azure.

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

Get the metadata of a service instance.

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

Get all the service instances in a resource group.

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

Get all the service instances in a resource group.

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

Get the metadata of a service instance.

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HealthcareApisServiceResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to