IPrivateEndpointConnectionOperations Interface

Definition

PrivateEndpointConnectionOperations operations.

public interface IPrivateEndpointConnectionOperations
type IPrivateEndpointConnectionOperations = interface
Public Interface IPrivateEndpointConnectionOperations

Methods

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

Deletes the specified private endpoint connection.

BeginUpdateWithHttpMessagesAsync(String, String, String, String, PrivateLinkServiceConnectionState, Dictionary<String,List<String>>, CancellationToken)

Updates the properties of an existing private endpoint connection.

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

Deletes the specified private endpoint connection.

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

Gets information about the specified private endpoint connection.

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

Lists all of the private endpoint connections in the specified account.

ListByBatchAccountWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Lists all of the private endpoint connections in the specified account.

UpdateWithHttpMessagesAsync(String, String, String, String, PrivateLinkServiceConnectionState, Dictionary<String,List<String>>, CancellationToken)

Updates the properties of an existing private endpoint connection.

Extension Methods

BeginDelete(IPrivateEndpointConnectionOperations, String, String, String)

Deletes the specified private endpoint connection.

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

Deletes the specified private endpoint connection.

BeginUpdate(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState)

Updates the properties of an existing private endpoint connection.

BeginUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState, CancellationToken)

Updates the properties of an existing private endpoint connection.

Delete(IPrivateEndpointConnectionOperations, String, String, String)

Deletes the specified private endpoint connection.

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

Deletes the specified private endpoint connection.

Get(IPrivateEndpointConnectionOperations, String, String, String)

Gets information about the specified private endpoint connection.

GetAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

Gets information about the specified private endpoint connection.

ListByBatchAccount(IPrivateEndpointConnectionOperations, String, String, Nullable<Int32>)

Lists all of the private endpoint connections in the specified account.

ListByBatchAccountAsync(IPrivateEndpointConnectionOperations, String, String, Nullable<Int32>, CancellationToken)

Lists all of the private endpoint connections in the specified account.

ListByBatchAccountNext(IPrivateEndpointConnectionOperations, String)

Lists all of the private endpoint connections in the specified account.

ListByBatchAccountNextAsync(IPrivateEndpointConnectionOperations, String, CancellationToken)

Lists all of the private endpoint connections in the specified account.

Update(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState)

Updates the properties of an existing private endpoint connection.

UpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState, CancellationToken)

Updates the properties of an existing private endpoint connection.

Applies to