Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.AddonStatus
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of AddonStatus in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionAddonStatus.withErrorMessage
(String errorMessage) Set the errorMessage property: ErrorMessage will be set in the event that there is a terminal problem reconciling the AddOn and will contain a more verbose string suitable for logging and human consumption.Set the phase property: Phase represents the current phase of cluster actuation.Set the ready property: The ready property.Modifier and TypeMethodDescriptionProvisionedClustersCommonPropertiesStatus.addonStatus()
Get the addonStatus property: AddonStatus - Status of Addons.Modifier and TypeMethodDescriptionProvisionedClustersCommonPropertiesStatus.withAddonStatus
(Map<String, AddonStatus> addonStatus) Set the addonStatus property: AddonStatus - Status of Addons.