ManagedClusterPodIdentityProvisioningErrorBody 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
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.
A list of additional details about the error.