Share via


PrivateLinkResourceOperationsExtensions.Get Method

Definition

Gets information about the specified 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

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the Batch account.

accountName
String

The name of the Batch account.

privateLinkResourceName
String

The private link resource name. This must be unique within the account.

Returns

Applies to