IManagedPrivateEndpointsOperations Interface

Definition

ManagedPrivateEndpointsOperations operations.

public interface IManagedPrivateEndpointsOperations
type IManagedPrivateEndpointsOperations = interface
Public Interface IManagedPrivateEndpointsOperations

Methods

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

Creates or updates a managed private endpoint.

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

Deletes a managed private endpoint.

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

Gets a managed private endpoint.

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

Lists managed private endpoints.

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

Lists managed private endpoints.

Extension Methods

CreateOrUpdate(IManagedPrivateEndpointsOperations, String, String, String, String, ManagedPrivateEndpointResource, String)

Creates or updates a managed private endpoint.

CreateOrUpdateAsync(IManagedPrivateEndpointsOperations, String, String, String, String, ManagedPrivateEndpointResource, String, CancellationToken)

Creates or updates a managed private endpoint.

Delete(IManagedPrivateEndpointsOperations, String, String, String, String)

Deletes a managed private endpoint.

DeleteAsync(IManagedPrivateEndpointsOperations, String, String, String, String, CancellationToken)

Deletes a managed private endpoint.

Get(IManagedPrivateEndpointsOperations, String, String, String, String, String)

Gets a managed private endpoint.

GetAsync(IManagedPrivateEndpointsOperations, String, String, String, String, String, CancellationToken)

Gets a managed private endpoint.

ListByFactory(IManagedPrivateEndpointsOperations, String, String, String)

Lists managed private endpoints.

ListByFactoryAsync(IManagedPrivateEndpointsOperations, String, String, String, CancellationToken)

Lists managed private endpoints.

ListByFactoryNext(IManagedPrivateEndpointsOperations, String)

Lists managed private endpoints.

ListByFactoryNextAsync(IManagedPrivateEndpointsOperations, String, CancellationToken)

Lists managed private endpoints.

Applies to