次の方法で共有


PrivateEndpointsOperationsExtensions.ListBySubscriptionAsync メソッド

定義

サブスクリプション内のすべてのプライベート エンドポイントを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointInner>> ListBySubscriptionAsync (this Microsoft.Azure.Management.Network.Fluent.IPrivateEndpointsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.Network.Fluent.IPrivateEndpointsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointInner>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IPrivateEndpointsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateEndpointInner))

パラメーター

operations
IPrivateEndpointsOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象