你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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