Share via


IAgentPoolProvisioningStatus Interface

Definition

[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

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to