Partager via


RolloutsOperationsExtensions.List(IRolloutsOperations, String) Méthode

Définition

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

public static System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Rollout> List (this Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Rollout>
<Extension()>
Public Function List (operations As IRolloutsOperations, resourceGroupName As String) As 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.

Retours

S’applique à