次の方法で共有


PrivateZonesOperationsExtensions.ListAsync メソッド

定義

サブスクリプション内のすべてのリソース グループのプライベート DNS ゾーンを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PrivateDns.Models.PrivateZone>> ListAsync (this Microsoft.Azure.Management.PrivateDns.IPrivateZonesOperations operations, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.PrivateDns.IPrivateZonesOperations * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PrivateDns.Models.PrivateZone>>
<Extension()>
Public Function ListAsync (operations As IPrivateZonesOperations, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateZone))

パラメーター

operations
IPrivateZonesOperations

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

top
Nullable<Int32>

返されるプライベート DNSゾーンの最大数。 指定しない場合は、最大 100 個のゾーンを返します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象