IAgentPoolProvisioningStatus Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.AgentPoolProvisioningStatusTypeConverter))]
public interface IAgentPoolProvisioningStatus : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.AgentPoolProvisioningStatusTypeConverter))>]
type IAgentPoolProvisioningStatus = interface
interface IJsonSerializable
Public Interface IAgentPoolProvisioningStatus
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| ProvisioningState |
The status of the latest long running operation for the agent pool. |
| StatusCurrentState |
The current state of the agent pool. |
| StatusErrorMessage |
Error messages during an agent pool operation or steady state. |
| StatusReadyReplica | |
Methods
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |