ManagedClustersOperationsExtensions.List(IManagedClustersOperations) Method

Definition

Gets a list of managed clusters in the specified subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Models.ManagedCluster> List (this Microsoft.Azure.Management.ContainerService.IManagedClustersOperations operations);
static member List : Microsoft.Azure.Management.ContainerService.IManagedClustersOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Models.ManagedCluster>
<Extension()>
Public Function List (operations As IManagedClustersOperations) As IPage(Of ManagedCluster)

Parameters

operations
IManagedClustersOperations

The operations group for this extension method.

Returns

Applies to