KubernetesVersions interface

Interface representing a KubernetesVersions.

Methods

list(string, KubernetesVersionsListOptionalParams)

Lists the supported kubernetes versions from the underlying custom location

Method Details

list(string, KubernetesVersionsListOptionalParams)

Lists the supported kubernetes versions from the underlying custom location

function list(customLocationResourceUri: string, options?: KubernetesVersionsListOptionalParams): PagedAsyncIterableIterator<KubernetesVersionProfile, KubernetesVersionProfile[], PageSettings>

Parameters

customLocationResourceUri

string

The fully qualified Azure Resource manager identifier of the custom location resource.

options
KubernetesVersionsListOptionalParams

The options parameters.

Returns