ProfilesOperationsExtensions.ListResourceUsageNextAsync Método

Definición

Comprueba la cuota y el uso real de los puntos de conexión en el perfil de CDN especificado.

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

Parámetros

operations
IProfilesOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a