Compartilhar via


DeploymentOperationsExtensions.ListAtScope Método

Definição

Obtém todas as operações de implantação para uma implantação.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation> ListAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentOperations operations, string scope, string deploymentName, int? top = default);
static member ListAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentOperations * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation>
<Extension()>
Public Function ListAtScope (operations As IDeploymentOperations, scope As String, deploymentName As String, Optional top As Nullable(Of Integer) = Nothing) As IPage(Of DeploymentOperation)

Parâmetros

operations
IDeploymentOperations

O grupo de operações para esse método de extensão.

scope
String

O escopo do recurso.

deploymentName
String

O nome da implantação.

top
Nullable<Int32>

O número de resultados a serem retornados.

Retornos

Aplica-se a