AgentPoolProvisioningStatusStatus interface
The observed status of the agent pool.
Properties
current |
The current state of the agent pool. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
Error messages during an agent pool operation or steady state. |
ready |
Property Details
currentState
The current state of the agent pool. NOTE: This property will not be serialized. It can only be populated by the server.
currentState?: string
Property Value
string
errorMessage
Error messages during an agent pool operation or steady state.
errorMessage?: string
Property Value
string