Udostępnij za pośrednictwem


IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

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

Delete a specific private endpoint connection.

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

Update a specific private endpoint connection.

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

Delete a specific private endpoint connection.

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

Get a specific private endpoint connection.

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

Lists all private endpoint connections under a resource.

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

Lists all private endpoint connections under a resource.

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

Update a specific private endpoint connection.

Extension Methods

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String, String)

Delete a specific private endpoint connection.

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

Delete a specific private endpoint connection.

BeginUpdate(IPrivateEndpointConnectionsOperations, String, String, String, String, PrivateEndpointConnection)

Update a specific private endpoint connection.

BeginUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, String, PrivateEndpointConnection, CancellationToken)

Update a specific private endpoint connection.

Delete(IPrivateEndpointConnectionsOperations, String, String, String, String)

Delete a specific private endpoint connection.

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

Delete a specific private endpoint connection.

Get(IPrivateEndpointConnectionsOperations, String, String, String, String)

Get a specific private endpoint connection.

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

Get a specific private endpoint connection.

ListByResource(IPrivateEndpointConnectionsOperations, String, String, String, String, Nullable<Int32>)

Lists all private endpoint connections under a resource.

ListByResourceAsync(IPrivateEndpointConnectionsOperations, String, String, String, String, Nullable<Int32>, CancellationToken)

Lists all private endpoint connections under a resource.

ListByResourceNext(IPrivateEndpointConnectionsOperations, String)

Lists all private endpoint connections under a resource.

ListByResourceNextAsync(IPrivateEndpointConnectionsOperations, String, CancellationToken)

Lists all private endpoint connections under a resource.

Update(IPrivateEndpointConnectionsOperations, String, String, String, String, PrivateEndpointConnection)

Update a specific private endpoint connection.

UpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, String, PrivateEndpointConnection, CancellationToken)

Update a specific private endpoint connection.

Applies to