PoolOperationsExtensions.ListByBatchAccountAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 계정 내 모든 풀을 나열합니다.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool>> ListByBatchAccountAsync(this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, int? maxresults = default, string select = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByBatchAccountAsync : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * Nullable<int> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool>>
<Extension()>
Public Function ListByBatchAccountAsync (operations As IPoolOperations, resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Pool))
매개 변수
- operations
- IPoolOperations
이 확장 메서드에 대한 작업 그룹입니다.
- resourceGroupName
- String
Batch 계정을 포함하는 리소스 그룹의 이름입니다.
- accountName
- String
Batch 계정의 이름입니다.
- select
- String
반환해야 하는 속성의 쉼표로 구분된 목록입니다. 예: "properties/provisioningState". properties/의 최상위 속성만 선택에 유효합니다.
- filter
- String
OData 필터 식입니다. 필터링에 유효한 속성은 다음과 같습니다.
name properties/allocationState properties/allocationStateTransitionTime properties/creationTime properties/provisioningState properties/provisioningStateTransitionTime properties/lastModified properties/vmSize properties/interNodeCommunication properties/scaleSettings/autoScale properties/scaleSettings/fixedScale
- cancellationToken
- CancellationToken
취소 토큰입니다.
반환
적용 대상
Azure SDK for .NET