다음을 통해 공유


PoolOperationsExtensions.ListByBatchAccount 메서드

정의

지정한 계정 내 모든 풀을 나열합니다.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool> ListByBatchAccount(this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, int? maxresults = default, string select = default, string filter = default);
static member ListByBatchAccount : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * Nullable<int> * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool>
<Extension()>
Public Function ListByBatchAccount (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) As IPage(Of Pool)

매개 변수

operations
IPoolOperations

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

resourceGroupName
String

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName
String

Batch 계정의 이름입니다.

maxresults
Nullable<Int32>

응답에서 반환할 최대 항목 수입니다.

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

반환

적용 대상