Partager via


RolloutsOperationsExtensions.ListAsync Méthode

Définition

Répertorie les déploiements dans un groupe de ressources.

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))

Paramètres

operations
IRolloutsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à