DeploymentOperationsExtensions.ListAsync(IDeploymentOperations, String, String, Nullable<Int32>, CancellationToken) Method
Definition
Gets a list of deployments operations.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner>> ListAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperations operations, string resourceGroupName, string deploymentName, Nullable<int> top = null, System.Threading.CancellationToken cancellationToken = null);
static member ListAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner>>
Parameters
- operations
- IDeploymentOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- deploymentName
- String
The name of the deployment.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.IPage<DeploymentOperationInner>>