PrivateEndpointConnectionsOperationsExtensions Class

Definition

Extension methods for PrivateEndpointConnectionsOperations.

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

Methods

BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

Approve or reject a private endpoint connection with a given name.

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

Approve or reject a private endpoint connection with a given name.

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes a private endpoint connection with a given name.

BeginDeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Deletes a private endpoint connection with a given name.

BeginUpdateTags(IPrivateEndpointConnectionsOperations, String, String, String, TagsObject)

Updates tags on private endpoint connection.

BeginUpdateTagsAsync(IPrivateEndpointConnectionsOperations, String, String, String, TagsObject, CancellationToken)

Updates tags on private endpoint connection.

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

Approve or reject a private endpoint connection with a given name.

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

Approve or reject a private endpoint connection with a given name.

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes a private endpoint connection with a given name.

DeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Deletes a private endpoint connection with a given name.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Gets a private endpoint connection.

GetAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Gets a private endpoint connection.

ListByServer(IPrivateEndpointConnectionsOperations, String, String)

Gets all private endpoint connections on a server.

ListByServerAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

Gets all private endpoint connections on a server.

ListByServerNext(IPrivateEndpointConnectionsOperations, String)

Gets all private endpoint connections on a server.

ListByServerNextAsync(IPrivateEndpointConnectionsOperations, String, CancellationToken)

Gets all private endpoint connections on a server.

UpdateTags(IPrivateEndpointConnectionsOperations, String, String, String, TagsObject)

Updates tags on private endpoint connection.

UpdateTagsAsync(IPrivateEndpointConnectionsOperations, String, String, String, TagsObject, CancellationToken)

Updates tags on private endpoint connection.

Applies to