IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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

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

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

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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

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

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

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

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

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

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

Extension 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