다음을 통해 공유


IPrivateEndpointConnectionOperations Interface

Definition

PrivateEndpointConnectionOperations operations.

public interface IPrivateEndpointConnectionOperations
type IPrivateEndpointConnectionOperations = interface
Public Interface IPrivateEndpointConnectionOperations

Methods

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

Creates a new Private Endpoint Connection or updates an existing one.

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

Deletes the specified Private Endpoint Connection.

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

Creates a new Private Endpoint Connection or updates an existing one.

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

Deletes the specified Private Endpoint Connection.

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

Gets the details of the Private Endpoint Connection specified by its identifier.

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

Description for Gets the private link resources

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

Lists all private endpoint connections of the API Management service instance.

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

Description for Gets the private link resources

Extension Methods

BeginCreateOrUpdate(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest)

Creates a new Private Endpoint Connection or updates an existing one.

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest, CancellationToken)

Creates a new Private Endpoint Connection or updates an existing one.

BeginDelete(IPrivateEndpointConnectionOperations, String, String, String)

Deletes the specified Private Endpoint Connection.

BeginDeleteAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

Deletes the specified Private Endpoint Connection.

CreateOrUpdate(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest)

Creates a new Private Endpoint Connection or updates an existing one.

CreateOrUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest, CancellationToken)

Creates a new Private Endpoint Connection or updates an existing one.

Delete(IPrivateEndpointConnectionOperations, String, String, String)

Deletes the specified Private Endpoint Connection.

DeleteAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

Deletes the specified Private Endpoint Connection.

GetByName(IPrivateEndpointConnectionOperations, String, String, String)

Gets the details of the Private Endpoint Connection specified by its identifier.

GetByNameAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

Gets the details of the Private Endpoint Connection specified by its identifier.

GetPrivateLinkResource(IPrivateEndpointConnectionOperations, String, String, String)

Description for Gets the private link resources

GetPrivateLinkResourceAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

Description for Gets the private link resources

ListByService(IPrivateEndpointConnectionOperations, String, String)

Lists all private endpoint connections of the API Management service instance.

ListByServiceAsync(IPrivateEndpointConnectionOperations, String, String, CancellationToken)

Lists all private endpoint connections of the API Management service instance.

ListPrivateLinkResources(IPrivateEndpointConnectionOperations, String, String)

Description for Gets the private link resources

ListPrivateLinkResourcesAsync(IPrivateEndpointConnectionOperations, String, String, CancellationToken)

Description for Gets the private link resources

Applies to