ManagedClusterStatus 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 |
|---|---|
| ManagedClusterStatus() |
Initializes a new instance of the ManagedClusterStatus class. |
| ManagedClusterStatus(ErrorDetail) |
Initializes a new instance of the ManagedClusterStatus class. |
ManagedClusterStatus()
Initializes a new instance of the ManagedClusterStatus class.
public ManagedClusterStatus();
Public Sub New ()
Applies to
ManagedClusterStatus(ErrorDetail)
Initializes a new instance of the ManagedClusterStatus class.
public ManagedClusterStatus(Microsoft.Azure.Management.ContainerService.Models.ErrorDetail provisioningError = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus : Microsoft.Azure.Management.ContainerService.Models.ErrorDetail -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStatus
Public Sub New (Optional provisioningError As ErrorDetail = Nothing)
Parameters
- provisioningError
- ErrorDetail
The error details information of the managed cluster. Preserves the detailed info of failure. If there was no error, this field is omitted.