Share via


PrivateEndpointConnectionOperationsExtensions Class

Definition

Extension methods for PrivateEndpointConnectionOperations.

public static class PrivateEndpointConnectionOperationsExtensions
type PrivateEndpointConnectionOperationsExtensions = class
Public Module PrivateEndpointConnectionOperationsExtensions
Inheritance
PrivateEndpointConnectionOperationsExtensions

Methods

BeginCreateOrUpdate(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest)

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

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest, CancellationToken)

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

BeginDelete(IPrivateEndpointConnectionOperations, String, String, String)

Deletes the specified Private Endpoint Connection.

BeginDeleteAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

Deletes the specified Private Endpoint Connection.

CreateOrUpdate(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest)

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

CreateOrUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest, CancellationToken)

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

Delete(IPrivateEndpointConnectionOperations, String, String, String)

Deletes the specified Private Endpoint Connection.

DeleteAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

Deletes the specified Private Endpoint Connection.

GetByName(IPrivateEndpointConnectionOperations, String, String, String)

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

GetByNameAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

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

GetPrivateLinkResource(IPrivateEndpointConnectionOperations, String, String, String)

Description for Gets the private link resources

GetPrivateLinkResourceAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

Description for Gets the private link resources

ListByService(IPrivateEndpointConnectionOperations, String, String)

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

ListByServiceAsync(IPrivateEndpointConnectionOperations, String, String, CancellationToken)

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

ListPrivateLinkResources(IPrivateEndpointConnectionOperations, String, String)

Description for Gets the private link resources

ListPrivateLinkResourcesAsync(IPrivateEndpointConnectionOperations, String, String, CancellationToken)

Description for Gets the private link resources

Applies to