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
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.
-