Condividi tramite


IPrivateEndpointsOperations Interface

Definition

PrivateEndpointsOperations operations.

public interface IPrivateEndpointsOperations
type IPrivateEndpointsOperations = interface
Public Interface IPrivateEndpointsOperations

Methods

Name Description
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

Name Description
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