Freigeben über


IPrivateEndpointConnectionsOperations Schnittstelle

Definition

PrivateEndpointConnectionsOperations-Vorgänge.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methoden

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

Löscht einen vorhandenen Namespace. Durch diesen Vorgang werden auch alle zugeordneten Ressourcen unter dem Namespace entfernt. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

Erstellt oder aktualisiert PrivateEndpointConnections des Dienstnamespaces. https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

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

Löscht einen vorhandenen Namespace. Durch diesen Vorgang werden auch alle zugeordneten Ressourcen unter dem Namespace entfernt. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

Ruft eine Beschreibung für den angegebenen Namen der Verbindung mit privatem Endpunkt ab. https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

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

Ruft die verfügbaren PrivateEndpointConnections in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

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

Ruft die verfügbaren PrivateEndpointConnections in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

Erweiterungsmethoden

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

Löscht einen vorhandenen Namespace. Durch diesen Vorgang werden auch alle zugeordneten Ressourcen unter dem Namespace entfernt. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

Löscht einen vorhandenen Namespace. Durch diesen Vorgang werden auch alle zugeordneten Ressourcen unter dem Namespace entfernt. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

Erstellt oder aktualisiert PrivateEndpointConnections des Dienstnamespaces. https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

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

Erstellt oder aktualisiert PrivateEndpointConnections des Dienstnamespaces. https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Löscht einen vorhandenen Namespace. Durch diesen Vorgang werden auch alle zugeordneten Ressourcen unter dem Namespace entfernt. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

Löscht einen vorhandenen Namespace. Durch diesen Vorgang werden auch alle zugeordneten Ressourcen unter dem Namespace entfernt. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Ruft eine Beschreibung für den angegebenen Namen der Verbindung mit privatem Endpunkt ab. https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

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

Ruft eine Beschreibung für den angegebenen Namen der Verbindung mit privatem Endpunkt ab. https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

List(IPrivateEndpointConnectionsOperations, String, String)

Ruft die verfügbaren PrivateEndpointConnections in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

Ruft die verfügbaren PrivateEndpointConnections in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListNext(IPrivateEndpointConnectionsOperations, String)

Ruft die verfügbaren PrivateEndpointConnections in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListNextAsync(IPrivateEndpointConnectionsOperations, String, CancellationToken)

Ruft die verfügbaren PrivateEndpointConnections in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

Gilt für: