Share via


@azure/arm-kubernetesconfiguration-extensiontypes package

Classes

ExtensionTypesClient

Interfaces

ClusterScopeSettings

Extension scope settings

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

ExtensionType

The Extension Type object.

ExtensionTypeProperties
ExtensionTypePropertiesPlanInfo

Plan information only for the Marketplace Extension Type.

ExtensionTypePropertiesSupportedScopes

Supported Kubernetes Scopes for this Extension Type.

ExtensionTypeVersionForReleaseTrain

The Extension Type Version object.

ExtensionTypeVersionForReleaseTrainProperties
ExtensionTypeVersionForReleaseTrainPropertiesUnsupportedKubernetesVersions

The list of supported Kubernetes cluster versions for this extension type

ExtensionTypeVersionUnsupportedKubernetesMatrixItem

The list of Kubernetes Distribution and Versions that are not supported by this version of this Extension Type

ExtensionTypeVersionsList

List Extension Type Versions. It contains a list of ExtensionTypeVersionForReleaseTrain objects.

ExtensionTypes

Interface representing a ExtensionTypes.

ExtensionTypesClientOptionalParams

Optional parameters.

ExtensionTypesClusterGetVersionOptionalParams

Optional parameters.

ExtensionTypesClusterListVersionsNextOptionalParams

Optional parameters.

ExtensionTypesClusterListVersionsOptionalParams

Optional parameters.

ExtensionTypesGetOptionalParams

Optional parameters.

ExtensionTypesGetVersionOptionalParams

Optional parameters.

ExtensionTypesList

List Extension Types. It contains a list of ExtensionType objects and a URL link to get the next set of results.

ExtensionTypesListNextOptionalParams

Optional parameters.

ExtensionTypesListOptionalParams

Optional parameters.

ExtensionTypesListVersionsNextOptionalParams

Optional parameters.

ExtensionTypesListVersionsOptionalParams

Optional parameters.

ExtensionTypesLocationGetOptionalParams

Optional parameters.

ExtensionTypesLocationListNextOptionalParams

Optional parameters.

ExtensionTypesLocationListOptionalParams

Optional parameters.

ProxyResource

The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location

Resource

Common fields that are returned in the response for all Azure Resource Manager resources

Type Aliases

ExtensionTypesClusterGetVersionResponse

Contains response data for the clusterGetVersion operation.

ExtensionTypesClusterListVersionsNextResponse

Contains response data for the clusterListVersionsNext operation.

ExtensionTypesClusterListVersionsResponse

Contains response data for the clusterListVersions operation.

ExtensionTypesGetResponse

Contains response data for the get operation.

ExtensionTypesGetVersionResponse

Contains response data for the getVersion operation.

ExtensionTypesListNextResponse

Contains response data for the listNext operation.

ExtensionTypesListResponse

Contains response data for the list operation.

ExtensionTypesListVersionsNextResponse

Contains response data for the listVersionsNext operation.

ExtensionTypesListVersionsResponse

Contains response data for the listVersions operation.

ExtensionTypesLocationGetResponse

Contains response data for the locationGet operation.

ExtensionTypesLocationListNextResponse

Contains response data for the locationListNext operation.

ExtensionTypesLocationListResponse

Contains response data for the locationList operation.

Functions

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

An object from accessing value on the IteratorResult from a byPage iterator.

Returns

string | undefined

The continuation token that can be passed into byPage() during future calls.