次の方法で共有


PrivateEndpointConnectionOperationsExtensions.ListByBatchAccount メソッド

定義

指定したアカウント内のすべてのプライベート エンドポイント接続を一覧表示します。

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

パラメーター

operations
IPrivateEndpointConnectionOperations

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

resourceGroupName
String

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

accountName
String

Batch アカウントの名前。

maxresults
Nullable<Int32>

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

戻り値

適用対象