次の方法で共有


DeploymentOperationsExtensions.ListNext(IDeploymentOperations, String) Method

Definition

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

Parameters

nextPageLink
String

Returns

Applies to