次の方法で共有


PrivateDnsZoneGroupsOperationsExtensions.ListNext メソッド

定義

プライベート エンドポイント内のすべてのプライベート DNS ゾーン グループを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateDnsZoneGroup> ListNext (this Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateDnsZoneGroup>
<Extension()>
Public Function ListNext (operations As IPrivateDnsZoneGroupsOperations, nextPageLink As String) As IPage(Of PrivateDnsZoneGroup)

パラメーター

operations
IPrivateDnsZoneGroupsOperations

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

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象