Delen via


PrivateLinkResourceOperationsExtensions.ListByBatchAccount Methode

Definitie

Een lijst met alle private link-resources in het opgegeven account.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource> ListByBatchAccount (this Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, int? maxresults = default);
static member ListByBatchAccount : Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource>
<Extension()>
Public Function ListByBatchAccount (operations As IPrivateLinkResourceOperations, resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing) As IPage(Of 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.

maxresults
Nullable<Int32>

Het maximum aantal items dat in het antwoord moet worden geretourneerd.

Retouren

Van toepassing op