AgentPoolStatus Constructors

Definition

Overloads

Name Description
AgentPoolStatus()

Initializes a new instance of the AgentPoolStatus class.

AgentPoolStatus(ErrorDetail)

Initializes a new instance of the AgentPoolStatus class.

AgentPoolStatus()

Initializes a new instance of the AgentPoolStatus class.

public AgentPoolStatus();
Public Sub New ()

Applies to

AgentPoolStatus(ErrorDetail)

Initializes a new instance of the AgentPoolStatus class.

public AgentPoolStatus(Microsoft.Azure.Management.ContainerService.Models.ErrorDetail provisioningError = default);
new Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus : Microsoft.Azure.Management.ContainerService.Models.ErrorDetail -> Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus
Public Sub New (Optional provisioningError As ErrorDetail = Nothing)

Parameters

provisioningError
ErrorDetail

The error detail information of the agent pool. Preserves the detailed info of failure. If there was no error, this field is omitted.

Applies to