Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.ArcAgentProfile
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of ArcAgentProfile in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionProvisionedClustersCommonPropertiesFeatures.arcAgentProfile()
Get the arcAgentProfile property: Arc agentry configuration for the provisioned cluster.ArcAgentProfile.withAgentAutoUpgrade
(AutoUpgradeOptions agentAutoUpgrade) Set the agentAutoUpgrade property: Indicates whether the Arc agents on the provisioned clusters be upgraded automatically to the latest version.ArcAgentProfile.withAgentVersion
(String agentVersion) Set the agentVersion property: Version of the Arc agents to be installed on the provisioned Provisioned cluster resource.Modifier and TypeMethodDescriptionProvisionedClustersCommonPropertiesFeatures.withArcAgentProfile
(ArcAgentProfile arcAgentProfile) Set the arcAgentProfile property: Arc agentry configuration for the provisioned cluster.