다음을 통해 공유


AppServiceEnvironmentsOperationsExtensions.ListCapacitiesNextAsync 메서드

정의

App Service Environment 사용된 작업자 용량, 사용 가능 및 총 작업자 용량을 가져옵니다.

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

매개 변수

operations
IAppServiceEnvironmentsOperations

이 확장 메서드에 대한 작업 그룹입니다.

nextPageLink
String

이전의 성공적인 목록 호출 작업의 NextLink입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

App Service Environment 사용, 사용 가능 및 총 작업자 용량 가져오기에 대한 설명입니다.

적용 대상