次の方法で共有


ApplicationOperationsExtensions.List メソッド

定義

指定したアカウント内のすべてのアプリケーションを一覧表示します。

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

パラメーター

operations
IApplicationOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Batch アカウントを含むリソース グループの名前。

accountName
String

Batch アカウントの名前。

maxresults
Nullable<Int32>

応答で返される項目の最大数。

戻り値

適用対象