Compartilhar via


PartnerNamespacesOperationsExtensions.ListBySubscriptionNextAsync Método

Definição

Listar namespaces de parceiros em uma assinatura do Azure.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace>> ListBySubscriptionNextAsync (this Microsoft.Azure.Management.EventGrid.IPartnerNamespacesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionNextAsync : Microsoft.Azure.Management.EventGrid.IPartnerNamespacesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace>>
<Extension()>
Public Function ListBySubscriptionNextAsync (operations As IPartnerNamespacesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PartnerNamespace))

Parâmetros

operations
IPartnerNamespacesOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Liste todos os namespaces de parceiro em uma assinatura do Azure.

Aplica-se a