Sdílet prostřednictvím


PrivateLinkResourceOperationsExtensions.ListByBatchAccount Metoda

Definice

Vypíše všechny prostředky privátního propojení v zadaném účtu.

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)

Parametry

operations
IPrivateLinkResourceOperations

Skupina operací pro tuto rozšiřující metodu.

resourceGroupName
String

Název skupiny prostředků, která obsahuje účet Batch.

accountName
String

Název účtu Batch.

maxresults
Nullable<Int32>

Maximální počet položek, které se mají v odpovědi vrátit.

Návraty

Platí pro