HealthDataAIServicesPrivateEndpointConnectionResourceCollection Class

Definition

A class representing a collection of HealthDataAIServicesPrivateEndpointConnectionResource and their operations. Each HealthDataAIServicesPrivateEndpointConnectionResource in the collection will belong to the same instance of DeidServiceResource. To get a HealthDataAIServicesPrivateEndpointConnectionResourceCollection instance call the GetHealthDataAIServicesPrivateEndpointConnectionResources method from an instance of DeidServiceResource.

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

Constructors

HealthDataAIServicesPrivateEndpointConnectionResourceCollection()

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

Create a Private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Create
  • Default Api Version: 2024-02-28-preview
  • Resource: HealthDataAIServicesPrivateEndpointConnectionResource
CreateOrUpdateAsync(WaitUntil, String, HealthDataAIServicesPrivateEndpointConnectionResourceData, CancellationToken)

Create a Private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Create
  • Default Api Version: 2024-02-28-preview
  • Resource: HealthDataAIServicesPrivateEndpointConnectionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-02-28-preview
  • Resource: HealthDataAIServicesPrivateEndpointConnectionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-02-28-preview
  • Resource: HealthDataAIServicesPrivateEndpointConnectionResource
Get(String, CancellationToken)

Get a specific private connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-02-28-preview
  • Resource: HealthDataAIServicesPrivateEndpointConnectionResource
GetAll(CancellationToken)

List private endpoint connections on the given resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnectionResource_ListByDeidService
  • Default Api Version: 2024-02-28-preview
  • Resource: HealthDataAIServicesPrivateEndpointConnectionResource
GetAllAsync(CancellationToken)

List private endpoint connections on the given resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnectionResource_ListByDeidService
  • Default Api Version: 2024-02-28-preview
  • Resource: HealthDataAIServicesPrivateEndpointConnectionResource
GetAsync(String, CancellationToken)

Get a specific private connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-02-28-preview
  • Resource: HealthDataAIServicesPrivateEndpointConnectionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-02-28-preview
  • Resource: HealthDataAIServicesPrivateEndpointConnectionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2024-02-28-preview
  • Resource: HealthDataAIServicesPrivateEndpointConnectionResource
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<HealthDataAIServicesPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HealthDataAIServicesPrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to