AgentPoolStatus Constructors
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.
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.