次の方法で共有


ComputePoliciesOperationsExtensions.ListByAccount メソッド

定義

指定したData Lake Analytics アカウント内のData Lake Analyticsコンピューティング ポリシーを一覧表示します。 アカウントでは、最大で 50 個のポリシーがサポートされます

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy> ListByAccount (this Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations operations, string resourceGroupName, string accountName);
static member ListByAccount : Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy>
<Extension()>
Public Function ListByAccount (operations As IComputePoliciesOperations, resourceGroupName As String, accountName As String) As IPage(Of ComputePolicy)

パラメーター

operations
IComputePoliciesOperations

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

resourceGroupName
String

Azure リソース グループの名前。

accountName
String

Data Lake Analytics アカウントの名前。

戻り値

適用対象