Share via


ManagedPrivateEndpointsOperationsExtensions Class

Definition

Extension methods for ManagedPrivateEndpointsOperations.

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

Methods

BeginCreateOrUpdate(IManagedPrivateEndpointsOperations, String, String, String, ManagedPrivateEndpoint)

Creates a managed private endpoint.

BeginCreateOrUpdateAsync(IManagedPrivateEndpointsOperations, String, String, String, ManagedPrivateEndpoint, CancellationToken)

Creates a managed private endpoint.

BeginDelete(IManagedPrivateEndpointsOperations, String, String, String)

Deletes a managed private endpoint.

BeginDeleteAsync(IManagedPrivateEndpointsOperations, String, String, String, CancellationToken)

Deletes a managed private endpoint.

BeginUpdate(IManagedPrivateEndpointsOperations, String, String, String, ManagedPrivateEndpoint)

Updates a managed private endpoint.

BeginUpdateAsync(IManagedPrivateEndpointsOperations, String, String, String, ManagedPrivateEndpoint, CancellationToken)

Updates a managed private endpoint.

CheckNameAvailability(IManagedPrivateEndpointsOperations, String, String, ManagedPrivateEndpointsCheckNameRequest)

Checks that the managed private endpoints resource name is valid and is not already in use.

CheckNameAvailabilityAsync(IManagedPrivateEndpointsOperations, String, String, ManagedPrivateEndpointsCheckNameRequest, CancellationToken)

Checks that the managed private endpoints resource name is valid and is not already in use.

CreateOrUpdate(IManagedPrivateEndpointsOperations, String, String, String, ManagedPrivateEndpoint)

Creates a managed private endpoint.

CreateOrUpdateAsync(IManagedPrivateEndpointsOperations, String, String, String, ManagedPrivateEndpoint, CancellationToken)

Creates a managed private endpoint.

Delete(IManagedPrivateEndpointsOperations, String, String, String)

Deletes a managed private endpoint.

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

Deletes a managed private endpoint.

Get(IManagedPrivateEndpointsOperations, String, String, String)

Gets a managed private endpoint.

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

Gets a managed private endpoint.

List(IManagedPrivateEndpointsOperations, String, String)

Returns the list of managed private endpoints.

ListAsync(IManagedPrivateEndpointsOperations, String, String, CancellationToken)

Returns the list of managed private endpoints.

Update(IManagedPrivateEndpointsOperations, String, String, String, ManagedPrivateEndpoint)

Updates a managed private endpoint.

UpdateAsync(IManagedPrivateEndpointsOperations, String, String, String, ManagedPrivateEndpoint, CancellationToken)

Updates a managed private endpoint.

Applies to