Partilhar via


DeploymentOperationsExtensions.ListNextAsync Método

Definição

Obtenha uma lista das implantações.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentListResult> ListNextAsync (this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string nextLink);
static member ListNextAsync : Microsoft.Azure.Management.Resources.IDeploymentOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentListResult>
<Extension()>
Public Function ListNextAsync (operations As IDeploymentOperations, nextLink As String) As Task(Of 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