IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnection, Dictionary<String,List<String>>, CancellationToken)

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

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a private endpoint connection with a given name.

BeginUpdateTagsWithHttpMessagesAsync(String, String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates tags on private endpoint connection.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnection, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a private endpoint connection with a given name.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a private endpoint connection.

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all private endpoint connections on a server.

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets all private endpoint connections on a server.

UpdateTagsWithHttpMessagesAsync(String, String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates tags on private endpoint connection.

Extension 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