共用方式為


IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

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

Approve or reject a private endpoint connection manually.

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

Deletes the specific private endpoint connection.

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

Approve or reject a private endpoint connection manually.

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

Deletes the specific private endpoint connection.

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

Gets the specific private endpoint connection.

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

Lists the private endpoint connections for a HDInsight cluster.

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

Lists the private endpoint connections for a HDInsight cluster.

Extension Methods

BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

Approve or reject a private endpoint connection manually.

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

Approve or reject a private endpoint connection manually.

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specific private endpoint connection.

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

Deletes the specific private endpoint connection.

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

Approve or reject a private endpoint connection manually.

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

Approve or reject a private endpoint connection manually.

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specific private endpoint connection.

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

Deletes the specific private endpoint connection.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Gets the specific private endpoint connection.

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

Gets the specific private endpoint connection.

ListByCluster(IPrivateEndpointConnectionsOperations, String, String)

Lists the private endpoint connections for a HDInsight cluster.

ListByClusterAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

Lists the private endpoint connections for a HDInsight cluster.

ListByClusterNext(IPrivateEndpointConnectionsOperations, String)

Lists the private endpoint connections for a HDInsight cluster.

ListByClusterNextAsync(IPrivateEndpointConnectionsOperations, String, CancellationToken)

Lists the private endpoint connections for a HDInsight cluster.

Applies to