KubernetesClusterUpgradeProfile Interface

Implements

public interface KubernetesClusterUpgradeProfile
extends HasInnerModel<ManagedClusterUpgradeProfileInner>

The result of checking for the Kubernetes cluster's upgrade profile.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the ID of the Kubernetes cluster upgrade profile.

abstract String name()

Gets the name of the Kubernetes cluster upgrade profile.

abstract String type()

Gets the type of the Kubernetes cluster upgrade profile.

Method Details

id

public abstract String id()

Gets the ID of the Kubernetes cluster upgrade profile.

Returns:

the ID of the Kubernetes cluster upgrade profile

name

public abstract String name()

Gets the name of the Kubernetes cluster upgrade profile.

Returns:

the name of the Kubernetes cluster upgrade profile

type

public abstract String type()

Gets the type of the Kubernetes cluster upgrade profile.

Returns:

the type of the Kubernetes cluster upgrade profile.

Applies to

Azure SDK for Java

Latest