次の方法で共有


WebCategoriesOperationsExtensions.ListBySubscriptionNext メソッド

定義

サブスクリプション内のすべての Azure Web カテゴリを取得します。

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

パラメーター

operations
IWebCategoriesOperations

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

nextPageLink
String

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

戻り値

適用対象