次の方法で共有


ProviderOperationsExtensions.ListNext(IProviderOperations, String) メソッド

定義

デプロイの一覧を取得します。

public static Microsoft.Azure.Management.Resources.Models.ProviderListResult ListNext(this Microsoft.Azure.Management.Resources.IProviderOperations operations, string nextLink);
static member ListNext : Microsoft.Azure.Management.Resources.IProviderOperations * string -> Microsoft.Azure.Management.Resources.Models.ProviderListResult
<Extension()>
Public Function ListNext (operations As IProviderOperations, nextLink As String) As ProviderListResult

パラメーター

operations
IProviderOperations

Microsoft.Azure.Management.Resources.IProviderOperations への参照です。

nextLink
String

必須。 前回成功したリスト操作の呼び出しからの NextLink です。

戻り値

リソース プロバイダーの一覧です。

適用対象