다음을 통해 공유


ApplicationPackageOperationsExtensions.List 메서드

정의

지정된 애플리케이션의 모든 애플리케이션 패키지를 나열합니다.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.ApplicationPackage> List(this Microsoft.Azure.Management.Batch.IApplicationPackageOperations operations, string resourceGroupName, string accountName, string applicationName, int? maxresults = default);
static member List : Microsoft.Azure.Management.Batch.IApplicationPackageOperations * string * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.ApplicationPackage>
<Extension()>
Public Function List (operations As IApplicationPackageOperations, resourceGroupName As String, accountName As String, applicationName As String, Optional maxresults As Nullable(Of Integer) = Nothing) As IPage(Of ApplicationPackage)

매개 변수

operations
IApplicationPackageOperations

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

resourceGroupName
String

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

accountName
String

Batch 계정의 이름입니다.

applicationName
String

애플리케이션 이름입니다. 계정 내에서 고유해야 합니다.

maxresults
Nullable<Int32>

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

반환

적용 대상