Interface KubernetesClusterUpgradeProfile

All Superinterfaces:
HasInnerModel<ManagedClusterUpgradeProfileInner>

public interface KubernetesClusterUpgradeProfile extends HasInnerModel<ManagedClusterUpgradeProfileInner>
The result of checking for the Kubernetes cluster's upgrade profile.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the ID of the Kubernetes cluster upgrade profile.
    Gets the name of the Kubernetes cluster upgrade profile.
    Gets the type of the Kubernetes cluster upgrade profile.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel
  • Method Details

    • id

      String id()
      Gets the ID of the Kubernetes cluster upgrade profile.
      Returns:
      the ID of the Kubernetes cluster upgrade profile
    • name

      String name()
      Gets the name of the Kubernetes cluster upgrade profile.
      Returns:
      the name of the Kubernetes cluster upgrade profile
    • type

      String type()
      Gets the type of the Kubernetes cluster upgrade profile.
      Returns:
      the type of the Kubernetes cluster upgrade profile.