Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.ArcAgentStatus
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of ArcAgentStatus in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionProvisionedClustersCommonPropertiesStatusFeaturesStatus.arcAgentStatus()
Get the arcAgentStatus property: Defines the observed Arc Agent status that is resourceSynced back to the ARM resource.ArcAgentStatus.withAgentVersion
(String agentVersion) Set the agentVersion property: Version of the Arc agents currently running on the Provisioned cluster resource.ArcAgentStatus.withCoreCount
(Long coreCount) Set the coreCount property: Number of CPU cores present in the Provisioned cluster resource.ArcAgentStatus.withDeploymentState
(DeploymentState deploymentState) Set the deploymentState property: Observed deployment state of the Arc Agents on the target cluster.ArcAgentStatus.withErrorMessage
(String errorMessage) Set the errorMessage property: Error messages while onboarding/upgrading/uninstalling the Arc agents.ArcAgentStatus.withLastConnectivityTime
(OffsetDateTime lastConnectivityTime) Set the lastConnectivityTime property: Last connected timestamp of the Provisioned cluster resource.ArcAgentStatus.withManagedIdentityCertificateExpirationTime
(OffsetDateTime managedIdentityCertificateExpirationTime) Set the managedIdentityCertificateExpirationTime property: ManagedIdentity certificate expiration time (ValidUntil).ArcAgentStatus.withOnboardingPublicKey
(String onboardingPublicKey) Set the onboardingPublicKey property: Onboarding public key for provisioning the Managed identity for the HybridAKS cluster.Modifier and TypeMethodDescriptionProvisionedClustersCommonPropertiesStatusFeaturesStatus.withArcAgentStatus
(ArcAgentStatus arcAgentStatus) Set the arcAgentStatus property: Defines the observed Arc Agent status that is resourceSynced back to the ARM resource.