ManagedClusterStatus.ProvisioningError Property

Definition

Gets the error details information of the managed cluster. Preserves the detailed info of failure. If there was no error, this field is omitted.

[Newtonsoft.Json.JsonProperty(PropertyName="provisioningError")]
public Microsoft.Azure.Management.ContainerService.Models.ErrorDetail ProvisioningError { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="provisioningError")>]
member this.ProvisioningError : Microsoft.Azure.Management.ContainerService.Models.ErrorDetail
Public ReadOnly Property ProvisioningError As ErrorDetail

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to