ManagedClustersOperationsExtensions.ListKubernetesVersionsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Models.KubernetesVersionListResult> ListKubernetesVersionsAsync (this Microsoft.Azure.Management.ContainerService.IManagedClustersOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListKubernetesVersionsAsync : Microsoft.Azure.Management.ContainerService.IManagedClustersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Models.KubernetesVersionListResult>
<Extension()>
Public Function ListKubernetesVersionsAsync (operations As IManagedClustersOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of KubernetesVersionListResult)
Parameters
- operations
- IManagedClustersOperations
The operations group for this extension method.
- location
- String
The name of Azure region.
- cancellationToken
- CancellationToken
The cancellation token.