Partager via


DeploymentsOperationsExtensions.ListByResourceGroupNext Méthode

Définition

Répertorie tous les déploiements d’un groupe de ressources.

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

Paramètres

operations
IDeploymentsOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à