Condividi tramite


PrivateEndpointConnectionsOperationsExtensions Class

Definition

Extension methods for PrivateEndpointConnectionsOperations.

public static class PrivateEndpointConnectionsOperationsExtensions
type PrivateEndpointConnectionsOperationsExtensions = class
Public Module PrivateEndpointConnectionsOperationsExtensions
Inheritance
PrivateEndpointConnectionsOperationsExtensions

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