DeploymentOperationOperationsExtensions.ListAsync Method

Definition

Gets a list of deployments operations.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult> ListAsync (this Microsoft.Azure.Management.Resources.IDeploymentOperationOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters parameters);
static member ListAsync : Microsoft.Azure.Management.Resources.IDeploymentOperationOperations * string * string * Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult>
<Extension()>
Public Function ListAsync (operations As IDeploymentOperationOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentOperationsListParameters) As Task(Of DeploymentOperationsListResult)

Parameters

operations
IDeploymentOperationOperations

Reference to the Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.

resourceGroupName
String

Required. The name of the resource group. The name is case insensitive.

deploymentName
String

Required. The name of the deployment.

parameters
DeploymentOperationsListParameters

Optional. Query parameters.

Returns

List of deployment operations.

Applies to