Delen via


PrivateLinkResourceOperationsExtensions.Get Methode

Definitie

Hiermee haalt u informatie op over de opgegeven private link-resource.

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

Parameters

operations
IPrivateLinkResourceOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep die het Batch-account bevat.

accountName
String

De naam van het Batch-account.

privateLinkResourceName
String

De naam van de private link-resource. Dit moet uniek zijn binnen het account.

Retouren

Van toepassing op