次の方法で共有


ZonesOperationsExtensions.ListByResourceGroupAsync メソッド

定義

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

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

パラメーター

operations
IZonesOperations

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

resourceGroupName
String

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

top
Nullable<Int32>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象