DeploymentOperationsExtensions.ListAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperation>> ListAsync (this Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations operations, string resourceGroupName, string deploymentName, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperation>>
<Extension()>
Public Function ListAsync (operations As IDeploymentOperations, resourceGroupName As String, deploymentName As String, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentOperation))

Parameters

resourceGroupName
String
deploymentName
String
cancellationToken
CancellationToken

Returns

Applies to