Class ProvisionedClustersCommonPropertiesFeatures
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.ProvisionedClustersCommonPropertiesFeatures
Additional features specs like Arc Agent Onboarding.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ProvisionedClustersCommonPropertiesFeatures class. -
Method Summary
Modifier and TypeMethodDescriptionGet the arcAgentProfile property: Arc agentry configuration for the provisioned cluster.void
validate()
Validates the instance.withArcAgentProfile
(ArcAgentProfile arcAgentProfile) Set the arcAgentProfile property: Arc agentry configuration for the provisioned cluster.
-
Constructor Details
-
ProvisionedClustersCommonPropertiesFeatures
public ProvisionedClustersCommonPropertiesFeatures()Creates an instance of ProvisionedClustersCommonPropertiesFeatures class.
-
-
Method Details
-
arcAgentProfile
Get the arcAgentProfile property: Arc agentry configuration for the provisioned cluster.- Returns:
- the arcAgentProfile value.
-
withArcAgentProfile
public ProvisionedClustersCommonPropertiesFeatures withArcAgentProfile(ArcAgentProfile arcAgentProfile) Set the arcAgentProfile property: Arc agentry configuration for the provisioned cluster.- Parameters:
arcAgentProfile
- the arcAgentProfile value to set.- Returns:
- the ProvisionedClustersCommonPropertiesFeatures object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-