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

ManagedClustersOperationsExtensions.ListKubernetesVersions Method

Definition

Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version

public static Microsoft.Azure.Management.ContainerService.Models.KubernetesVersionListResult ListKubernetesVersions (this Microsoft.Azure.Management.ContainerService.IManagedClustersOperations operations, string location);
static member ListKubernetesVersions : Microsoft.Azure.Management.ContainerService.IManagedClustersOperations * string -> Microsoft.Azure.Management.ContainerService.Models.KubernetesVersionListResult
<Extension()>
Public Function ListKubernetesVersions (operations As IManagedClustersOperations, location As String) As KubernetesVersionListResult

Parameters

operations
IManagedClustersOperations

The operations group for this extension method.

location
String

The name of Azure region.

Returns

Applies to