Partager via


IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

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

Deletes a private endpoint connection.

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

Deletes a private endpoint connection.

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

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

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

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

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

Updates a private endpoint connection.

Extension Methods

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes a private endpoint connection.

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

Deletes a private endpoint connection.

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes a private endpoint connection.

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

Deletes a private endpoint connection.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

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

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

List(IPrivateEndpointConnectionsOperations, String, String)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

ListAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

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

Updates a private endpoint connection.

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

Updates a private endpoint connection.

Applies to