Compartilhar via


StepsOperationsExtensions.List(IStepsOperations, String) Método

Definição

Lista as etapas em um grupo de recursos.

public static System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepResource> List(this Microsoft.Azure.Management.DeploymentManager.IStepsOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.DeploymentManager.IStepsOperations * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepResource>
<Extension()>
Public Function List (operations As IStepsOperations, resourceGroupName As String) As IList(Of StepResource)

Parâmetros

operations
IStepsOperations

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