次の方法で共有


PrivateZonesOperationsExtensions.ListByResourceGroupAsync メソッド

定義

リソース グループ内のプライベート DNS ゾーンを一覧表示します。

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

パラメーター

operations
IPrivateZonesOperations

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

resourceGroupName
String

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

top
Nullable<Int32>

返されるレコード セットの最大数。 指定しない場合は、最大 100 個のレコード セットを返します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象