StepsOperationsExtensions.List(IStepsOperations, String) Method

Definition

Lists the steps in a resource group.

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)

Parameters

operations
IStepsOperations

The operations group for this extension method.

resourceGroupName
String

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

Returns

Applies to