Share via


IPrivateEndpointsOperations Interface

Definition

PrivateEndpointsOperations operations.

public interface IPrivateEndpointsOperations
type IPrivateEndpointsOperations = interface
Public Interface IPrivateEndpointsOperations

Methods

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

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

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

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

Extension 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.

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.

Applies to