ManagedClusterStatus Constructors

Definition

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.

Applies to