Condividi tramite


IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpoint, PrivateLinkServiceConnectionState, Dictionary<String, List<String>>, CancellationToken)

Update the state of specified private endpoint connection associated with the container registry.

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

Deletes the specified private endpoint connection associated with the container registry.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpoint, PrivateLinkServiceConnectionState, Dictionary<String,List<String>>, CancellationToken)

Update the state of specified private endpoint connection associated with the container registry.

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

Deletes the specified private endpoint connection associated with the container registry.

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

Get the specified private endpoint connection associated with the container registry.

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

List all private endpoint connections in a container registry.

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

List all private endpoint connections in a container registry.

Extension Methods

BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpoint, PrivateLinkServiceConnectionState)

Update the state of specified private endpoint connection associated with the container registry.

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpoint, PrivateLinkServiceConnectionState, CancellationToken)

Update the state of specified private endpoint connection associated with the container registry.

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specified private endpoint connection associated with the container registry.

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

Deletes the specified private endpoint connection associated with the container registry.

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpoint, PrivateLinkServiceConnectionState)

Update the state of specified private endpoint connection associated with the container registry.

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpoint, PrivateLinkServiceConnectionState, CancellationToken)

Update the state of specified private endpoint connection associated with the container registry.

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specified private endpoint connection associated with the container registry.

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

Deletes the specified private endpoint connection associated with the container registry.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Get the specified private endpoint connection associated with the container registry.

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

Get the specified private endpoint connection associated with the container registry.

List(IPrivateEndpointConnectionsOperations, String, String)

List all private endpoint connections in a container registry.

ListAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

List all private endpoint connections in a container registry.

ListNext(IPrivateEndpointConnectionsOperations, String)

List all private endpoint connections in a container registry.

ListNextAsync(IPrivateEndpointConnectionsOperations, String, CancellationToken)

List all private endpoint connections in a container registry.

Applies to