ManagedClustersOperationsExtensions.ListByResourceGroup Method

Definition

Lists managed clusters in the specified subscription and resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Models.ManagedCluster> ListByResourceGroup (this Microsoft.Azure.Management.ContainerService.IManagedClustersOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.ContainerService.IManagedClustersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Models.ManagedCluster>
<Extension()>
Public Function ListByResourceGroup (operations As IManagedClustersOperations, resourceGroupName As String) As IPage(Of ManagedCluster)

Parameters

operations
IManagedClustersOperations

The operations group for this extension method.

resourceGroupName
String

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

Returns

Applies to