Compartilhar via


DeploymentOperationsExtensions.ListNext(IDeploymentOperations, String) Método

Definição

Obtenha uma lista das implantações.

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

Parâmetros

operations
IDeploymentOperations

Referência para o Microsoft.Azure.Management.Resources.IDeploymentOperations.

nextLink
String

Obrigatórios. NextLink da chamada bem-sucedida anterior à operação List.

Retornos

Lista de implantações.

Aplica-se a