Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.AddonProfiles
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of AddonProfiles in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionAddonProfiles.withConfig
(Map<String, String> config) Set the config property: Config - Key-value pairs for configuring an add-on.AddonProfiles.withEnabled
(Boolean enabled) Set the enabled property: Enabled - Whether the add-on is enabled or not.Modifier and TypeMethodDescriptionProvisionedClustersAllProperties.addonProfiles()
Get the addonProfiles property: AddonProfiles - Profile of managed cluster add-on.ProvisionedClustersCommonProperties.addonProfiles()
Get the addonProfiles property: AddonProfiles - Profile of managed cluster add-on.ProvisionedClustersResponseProperties.addonProfiles()
Get the addonProfiles property: AddonProfiles - Profile of managed cluster add-on.Modifier and TypeMethodDescriptionProvisionedClustersAllProperties.withAddonProfiles
(Map<String, AddonProfiles> addonProfiles) Set the addonProfiles property: AddonProfiles - Profile of managed cluster add-on.ProvisionedClustersCommonProperties.withAddonProfiles
(Map<String, AddonProfiles> addonProfiles) Set the addonProfiles property: AddonProfiles - Profile of managed cluster add-on.ProvisionedClustersResponseProperties.withAddonProfiles
(Map<String, AddonProfiles> addonProfiles) Set the addonProfiles property: AddonProfiles - Profile of managed cluster add-on.