RolloutsOperationsExtensions.List(IRolloutsOperations, String) Method

Definition

Lists the rollouts in a resource group.

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)

Parameters

operations
IRolloutsOperations

The operations group for this extension method.

resourceGroupName
String

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

Returns

Applies to