Partager via


DeploymentOperationsExtensions.ListNext(IDeploymentOperations, String) Méthode

Définition

Obtient toutes les opérations de déploiement pour un déploiement.

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

Paramètres

operations
IDeploymentOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à