Sdílet prostřednictvím


ProviderOperationsExtensions.ListOperationsNextAsync Metoda

Definice

Získá všechny dostupné operace pro poskytovatele prostředků Microsoft.Web. Zpřístupňuje také definice metrik prostředků.

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

Parametry

operations
IProviderOperations

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

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro Získání všech dostupných operací pro poskytovatele prostředků Microsoft.Web. Zpřístupňuje také definice metrik prostředků.

Platí pro