ApiManagementPrivateEndpointConnectionCollection Class

Definition

A class representing a collection of ApiManagementPrivateEndpointConnectionResource and their operations. Each ApiManagementPrivateEndpointConnectionResource in the collection will belong to the same instance of ApiManagementServiceResource. To get an ApiManagementPrivateEndpointConnectionCollection instance call the GetApiManagementPrivateEndpointConnections method from an instance of ApiManagementServiceResource.

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

Constructors

ApiManagementPrivateEndpointConnectionCollection()

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

Creates a new Private Endpoint Connection or updates an existing one.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnection_CreateOrUpdate
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementPrivateEndpointConnectionResource
CreateOrUpdateAsync(WaitUntil, String, ApiManagementPrivateEndpointConnectionCreateOrUpdateContent, CancellationToken)

Creates a new Private Endpoint Connection or updates an existing one.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnection_CreateOrUpdate
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementPrivateEndpointConnectionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnection_GetByName
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementPrivateEndpointConnectionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnection_GetByName
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementPrivateEndpointConnectionResource
Get(String, CancellationToken)

Gets the details of the Private Endpoint Connection specified by its identifier.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnection_GetByName
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementPrivateEndpointConnectionResource
GetAll(CancellationToken)

Lists all private endpoint connections of the API Management service instance.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnection_ListByService
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementPrivateEndpointConnectionResource
GetAllAsync(CancellationToken)

Lists all private endpoint connections of the API Management service instance.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnection_ListByService
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementPrivateEndpointConnectionResource
GetAsync(String, CancellationToken)

Gets the details of the Private Endpoint Connection specified by its identifier.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnection_GetByName
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementPrivateEndpointConnectionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnection_GetByName
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementPrivateEndpointConnectionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnection_GetByName
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementPrivateEndpointConnectionResource
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<ApiManagementPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ApiManagementPrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to