IPrivateEndpointsOperations Interface

Definition

PrivateEndpointsOperations operations.

public interface IPrivateEndpointsOperations
type IPrivateEndpointsOperations = interface
Public Interface IPrivateEndpointsOperations

Methods

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

Creates or updates an private endpoint in the specified resource group.

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

Deletes the specified private endpoint.

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

Creates or updates an private endpoint in the specified resource group.

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

Deletes the specified private endpoint.

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

Gets the specified private endpoint by resource group.

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

Gets all private endpoints in a subscription.

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

Gets all private endpoints in a subscription.

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

Gets all private endpoints in a resource group.

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

Gets all private endpoints in a resource group.

Extension Methods

BeginCreateOrUpdateAsync(IPrivateEndpointsOperations, String, String, PrivateEndpointInner, CancellationToken)

Creates or updates an private endpoint in the specified resource group.

BeginDeleteAsync(IPrivateEndpointsOperations, String, String, CancellationToken)

Deletes the specified private endpoint.

CreateOrUpdateAsync(IPrivateEndpointsOperations, String, String, PrivateEndpointInner, CancellationToken)

Creates or updates an private endpoint in the specified resource group.

DeleteAsync(IPrivateEndpointsOperations, String, String, CancellationToken)

Deletes the specified private endpoint.

GetAsync(IPrivateEndpointsOperations, String, String, String, CancellationToken)

Gets the specified private endpoint by resource group.

ListAsync(IPrivateEndpointsOperations, String, CancellationToken)

Gets all private endpoints in a resource group.

ListBySubscriptionAsync(IPrivateEndpointsOperations, CancellationToken)

Gets all private endpoints in a subscription.

ListBySubscriptionNextAsync(IPrivateEndpointsOperations, String, CancellationToken)

Gets all private endpoints in a subscription.

ListNextAsync(IPrivateEndpointsOperations, String, CancellationToken)

Gets all private endpoints in a resource group.

Applies to