Freigeben über


MockableContainerServiceSubscriptionResource.GetManagedClusterKubernetesVersions Method

Definition

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

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/kubernetesVersions.
  • Operation Id. : ManagedClustersOperationGroup_ListKubernetesVersions.
  • Default Api Version. : 2026-01-01.
public virtual Azure.Response<Azure.ResourceManager.ContainerService.Models.KubernetesVersionListResult> GetManagedClusterKubernetesVersions(Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedClusterKubernetesVersions : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.Models.KubernetesVersionListResult>
override this.GetManagedClusterKubernetesVersions : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.Models.KubernetesVersionListResult>
Public Overridable Function GetManagedClusterKubernetesVersions (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KubernetesVersionListResult)

Parameters

location
AzureLocation

The name of the Azure region.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to