RolloutsOperationsExtensions.List(IRolloutsOperations, String) Método

Definição

Lista as distribuições em um grupo de recursos.

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)

Parâmetros

operations
IRolloutsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

Retornos

Aplica-se a