Condividi tramite


ContainerServiceExtensions.GetManagedClusterKubernetesVersions Method

Definition

Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version <item> Mocking. To mock this method, please mock GetManagedClusterKubernetesVersions(AzureLocation, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.ContainerService.Models.KubernetesVersionListResult> GetManagedClusterKubernetesVersions(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedClusterKubernetesVersions : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.Models.KubernetesVersionListResult>
<Extension()>
Public Function GetManagedClusterKubernetesVersions (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KubernetesVersionListResult)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

location
AzureLocation

The name of the Azure region.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource is null.

Applies to