Freigeben über


PrivateLinkResourceOperationsExtensions.Get Methode

Definition

Ruft Informationen zur angegebenen Private Link-Ressource ab.

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

Parameter

operations
IPrivateLinkResourceOperations

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.

privateLinkResourceName
String

Der Name der Private Link-Ressource. Dies muss innerhalb des Kontos eindeutig sein.

Gibt zurück

Gilt für: