AgentPoolProvisioningStatus Class

Definition

The observed status of the agent pool.

public class AgentPoolProvisioningStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridContainerService.Models.AgentPoolProvisioningStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridContainerService.Models.AgentPoolProvisioningStatus>
public class AgentPoolProvisioningStatus
type AgentPoolProvisioningStatus = class
    interface IJsonModel<AgentPoolProvisioningStatus>
    interface IPersistableModel<AgentPoolProvisioningStatus>
type AgentPoolProvisioningStatus = class
Public Class AgentPoolProvisioningStatus
Implements IJsonModel(Of AgentPoolProvisioningStatus), IPersistableModel(Of AgentPoolProvisioningStatus)
Public Class AgentPoolProvisioningStatus
Inheritance
AgentPoolProvisioningStatus
Implements

Constructors

AgentPoolProvisioningStatus()

Initializes a new instance of AgentPoolProvisioningStatus.

Properties

CurrentState

The current state of the agent pool.

ErrorMessage

Error messages during an agent pool operation or steady state.

ReadyReplicas

Gets the ready replicas.

Explicit Interface Implementations

IJsonModel<AgentPoolProvisioningStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AgentPoolProvisioningStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgentPoolProvisioningStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgentPoolProvisioningStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AgentPoolProvisioningStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to