PrivateLinkResourceOperationsExtensions.ListByBatchAccount Método

Definição

Lista todos os recursos de link privado na conta especificada.

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)

Parâmetros

operations
IPrivateLinkResourceOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém a conta do Lote.

accountName
String

O nome da conta do Lote.

maxresults
Nullable<Int32>

O número máximo de itens a serem retornados na resposta.

Retornos

Aplica-se a