RolloutsOperationsExtensions.ListAsync Method

Definition

Lists the rollouts in a resource group.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Rollout>> ListAsync (this Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Rollout>>
<Extension()>
Public Function ListAsync (operations As IRolloutsOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Rollout))

Parameters

operations
IRolloutsOperations

The operations group for this extension method.

resourceGroupName
String

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

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to