Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.AgentPoolProvisioningStatusStatus
Package
Description
Package containing the inner data models for HybridContainerService.
Package containing the data models for HybridContainerService.
-
Uses of AgentPoolProvisioningStatusStatus in com.azure.resourcemanager.hybridcontainerservice.fluent.models
Modifier and TypeMethodDescriptionAgentPoolInner.status()
Get the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.AgentPoolProperties.status()
Get the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.Modifier and TypeMethodDescriptionAgentPoolInner.withStatus
(AgentPoolProvisioningStatusStatus status) Set the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.AgentPoolProperties.withStatus
(AgentPoolProvisioningStatusStatus status) Set the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool. -
Uses of AgentPoolProvisioningStatusStatus in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionAgentPool.status()
Gets the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.AgentPoolProvisioningStatus.status()
Get the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.AgentPoolProvisioningStatusStatus.withErrorMessage
(String errorMessage) Set the errorMessage property: ErrorMessage - Error messages during creation of cluster.AgentPoolProvisioningStatusStatus.withProvisioningStatus
(AgentPoolProvisioningStatusStatusProvisioningStatus provisioningStatus) Set the provisioningStatus property: Contains Provisioning errors.AgentPoolProvisioningStatusStatus.withReadyReplicas
(Integer readyReplicas) Set the readyReplicas property: Total number of ready machines targeted by this deployment.AgentPoolProvisioningStatusStatus.withReplicas
(Integer replicas) Set the replicas property: Total number of non-terminated machines targeted by this deployment.Modifier and TypeMethodDescriptionAgentPool.DefinitionStages.WithStatus.withStatus
(AgentPoolProvisioningStatusStatus status) Specifies the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.AgentPool.UpdateStages.WithStatus.withStatus
(AgentPoolProvisioningStatusStatus status) Specifies the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.AgentPoolProvisioningStatus.withStatus
(AgentPoolProvisioningStatusStatus status) Set the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.