IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

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

Deletes the specified private endpoint connection associated with the storage account.

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

Gets the specified private endpoint connection associated with the storage account.

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

List all the private endpoint connections associated with the storage account.

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

Update the state of specified private endpoint connection associated with the storage account.

Extension Methods

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specified private endpoint connection associated with the storage account.

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

Deletes the specified private endpoint connection associated with the storage account.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Gets the specified private endpoint connection associated with the storage account.

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

Gets the specified private endpoint connection associated with the storage account.

List(IPrivateEndpointConnectionsOperations, String, String)

List all the private endpoint connections associated with the storage account.

ListAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

List all the private endpoint connections associated with the storage account.

Put(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

Update the state of specified private endpoint connection associated with the storage account.

PutAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

Update the state of specified private endpoint connection associated with the storage account.

Applies to