Class ProvisionedClustersCommonPropertiesStatusFeaturesStatus
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.ProvisionedClustersCommonPropertiesStatusFeaturesStatus
Additional features status like Arc Agent Onboarding.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ProvisionedClustersCommonPropertiesStatusFeaturesStatus class. -
Method Summary
Modifier and TypeMethodDescriptionGet the arcAgentStatus property: Defines the observed Arc Agent status that is resourceSynced back to the ARM resource.void
validate()
Validates the instance.withArcAgentStatus
(ArcAgentStatus arcAgentStatus) Set the arcAgentStatus property: Defines the observed Arc Agent status that is resourceSynced back to the ARM resource.
-
Constructor Details
-
ProvisionedClustersCommonPropertiesStatusFeaturesStatus
public ProvisionedClustersCommonPropertiesStatusFeaturesStatus()Creates an instance of ProvisionedClustersCommonPropertiesStatusFeaturesStatus class.
-
-
Method Details
-
arcAgentStatus
Get the arcAgentStatus property: Defines the observed Arc Agent status that is resourceSynced back to the ARM resource.- Returns:
- the arcAgentStatus value.
-
withArcAgentStatus
public ProvisionedClustersCommonPropertiesStatusFeaturesStatus withArcAgentStatus(ArcAgentStatus arcAgentStatus) Set the arcAgentStatus property: Defines the observed Arc Agent status that is resourceSynced back to the ARM resource.- Parameters:
arcAgentStatus
- the arcAgentStatus value to set.- Returns:
- the ProvisionedClustersCommonPropertiesStatusFeaturesStatus object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-