Share via


PrivateEndpointConnectionsOperationsExtensions Class

Definition

Extension methods for PrivateEndpointConnectionsOperations.

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

Methods

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes an existing namespace. This operation also removes all associated resources under the namespace. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

BeginDeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Deletes an existing namespace. This operation also removes all associated resources under the namespace. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

Creates or updates PrivateEndpointConnections of service namespace. https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

Creates or updates PrivateEndpointConnections of service namespace. https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes an existing namespace. This operation also removes all associated resources under the namespace. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

DeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Deletes an existing namespace. This operation also removes all associated resources under the namespace. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Gets a description for the specified Private Endpoint Connection name. https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

GetAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Gets a description for the specified Private Endpoint Connection name. https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

List(IPrivateEndpointConnectionsOperations, String, String)

Gets the available PrivateEndpointConnections within a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

Gets the available PrivateEndpointConnections within a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListNext(IPrivateEndpointConnectionsOperations, String)

Gets the available PrivateEndpointConnections within a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListNextAsync(IPrivateEndpointConnectionsOperations, String, CancellationToken)

Gets the available PrivateEndpointConnections within a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

Applies to