AgentPoolStatus Class
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.
Contains read-only information about the Agent Pool.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AgentPoolStatusTypeConverter))]
public class AgentPoolStatus : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AgentPoolStatusTypeConverter))>]
type AgentPoolStatus = class
interface IAgentPoolStatus
interface IJsonSerializable
Public Class AgentPoolStatus
Implements IAgentPoolStatus
- Inheritance
-
AgentPoolStatus
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AgentPoolStatus() |
Creates an new AgentPoolStatus instance. |
Properties
| Name | Description |
|---|---|
| ProvisioningErrorAdditionalInfo |
The error additional info. |
| ProvisioningErrorCode |
The error code. |
| ProvisioningErrorDetail |
The error details. |
| ProvisioningErrorMessage |
The error message. |
| ProvisioningErrorTarget |
The error target. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AgentPoolStatus. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AgentPoolStatus. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolStatus. |
| FromJsonString(String) |
Creates a new instance of AgentPoolStatus, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AgentPoolStatus into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |