Dela via


ManagedClusterPodIdentityProvisioningErrorBody Constructors

Definition

Overloads

ManagedClusterPodIdentityProvisioningErrorBody()

Initializes a new instance of the ManagedClusterPodIdentityProvisioningErrorBody class.

ManagedClusterPodIdentityProvisioningErrorBody(String, String, String, IList<ManagedClusterPodIdentityProvisioningErrorBody>)

Initializes a new instance of the ManagedClusterPodIdentityProvisioningErrorBody class.

ManagedClusterPodIdentityProvisioningErrorBody()

Initializes a new instance of the ManagedClusterPodIdentityProvisioningErrorBody class.

public ManagedClusterPodIdentityProvisioningErrorBody ();
Public Sub New ()

Applies to

ManagedClusterPodIdentityProvisioningErrorBody(String, String, String, IList<ManagedClusterPodIdentityProvisioningErrorBody>)

Initializes a new instance of the ManagedClusterPodIdentityProvisioningErrorBody class.

public ManagedClusterPodIdentityProvisioningErrorBody (string code = default, string message = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPodIdentityProvisioningErrorBody> details = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPodIdentityProvisioningErrorBody : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPodIdentityProvisioningErrorBody> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPodIdentityProvisioningErrorBody
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As IList(Of ManagedClusterPodIdentityProvisioningErrorBody) = Nothing)

Parameters

code
String

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

message
String

A message describing the error, intended to be suitable for display in a user interface.

target
String

The target of the particular error. For example, the name of the property in error.

details
IList<ManagedClusterPodIdentityProvisioningErrorBody>

A list of additional details about the error.

Applies to