Share via


IAgentPoolStatus Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AgentPoolStatusTypeConverter))]
public interface IAgentPoolStatus : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AgentPoolStatusTypeConverter))>]
type IAgentPoolStatus = interface
    interface IJsonSerializable
Public Interface IAgentPoolStatus
Implements IJsonSerializable
Derived
Attributes
Implements

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to