Aracılığıyla paylaş


PrivateEndpointsOperationsExtensions Class

Definition

Extension methods for PrivateEndpointsOperations.

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

Methods

BeginCreateOrUpdate(IPrivateEndpointsOperations, String, String, PrivateEndpoint)

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

BeginCreateOrUpdateAsync(IPrivateEndpointsOperations, String, String, PrivateEndpoint, CancellationToken)

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

BeginDelete(IPrivateEndpointsOperations, String, String)

Deletes the specified private endpoint.

BeginDeleteAsync(IPrivateEndpointsOperations, String, String, CancellationToken)

Deletes the specified private endpoint.

CreateOrUpdate(IPrivateEndpointsOperations, String, String, PrivateEndpoint)

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

CreateOrUpdateAsync(IPrivateEndpointsOperations, String, String, PrivateEndpoint, CancellationToken)

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

Delete(IPrivateEndpointsOperations, String, String)

Deletes the specified private endpoint.

DeleteAsync(IPrivateEndpointsOperations, String, String, CancellationToken)

Deletes the specified private endpoint.

Get(IPrivateEndpointsOperations, String, String, String)

Gets the specified private endpoint by resource group.

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

Gets the specified private endpoint by resource group.

List(IPrivateEndpointsOperations, String)

Gets all private endpoints in a resource group.

ListAsync(IPrivateEndpointsOperations, String, CancellationToken)

Gets all private endpoints in a resource group.

ListBySubscription(IPrivateEndpointsOperations)

Gets all private endpoints in a subscription.

ListBySubscriptionAsync(IPrivateEndpointsOperations, CancellationToken)

Gets all private endpoints in a subscription.

ListBySubscriptionNext(IPrivateEndpointsOperations, String)

Gets all private endpoints in a subscription.

ListBySubscriptionNextAsync(IPrivateEndpointsOperations, String, CancellationToken)

Gets all private endpoints in a subscription.

ListNext(IPrivateEndpointsOperations, String)

Gets all private endpoints in a resource group.

ListNextAsync(IPrivateEndpointsOperations, String, CancellationToken)

Gets all private endpoints in a resource group.

Applies to