Freigeben über


PrivateEndpointConnectionOperationsExtensions.Get Methode

Definition

Ruft Informationen zur angegebenen Verbindung mit dem privaten Endpunkt ab.

public static Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection Get (this Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName);
static member Get : Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations * string * string * string -> Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection
<Extension()>
Public Function Get (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, accountName As String, privateEndpointConnectionName As String) As PrivateEndpointConnection

Parameter

operations
IPrivateEndpointConnectionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die das Batch-Konto enthält.

accountName
String

Der Name des Batch-Kontos.

privateEndpointConnectionName
String

Der Name der Verbindung mit dem privaten Endpunkt. Dies muss innerhalb des Kontos eindeutig sein.

Gibt zurück

Gilt für: