ManagedClusterPodIdentityProvisioningError Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterPodIdentityProvisioningError
- com.
Implements
public final class ManagedClusterPodIdentityProvisioningError
implements JsonSerializable<ManagedClusterPodIdentityProvisioningError>
An error response from the pod identity provisioning.
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterPodIdentityProvisioningError() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
Managed |
error()
Get the error property: Details about the error. |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withError(ManagedClusterPodIdentityProvisioningErrorBody error)
Set the error property: Details about the error. |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterPodIdentityProvisioningError
public ManagedClusterPodIdentityProvisioningError()
Creates an instance of ManagedClusterPodIdentityProvisioningError class.
Method Details
error
public ManagedClusterPodIdentityProvisioningErrorBody error()
Get the error property: Details about the error.
Returns:
fromJson
public static ManagedClusterPodIdentityProvisioningError fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterPodIdentityProvisioningError from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withError
public ManagedClusterPodIdentityProvisioningError withError(ManagedClusterPodIdentityProvisioningErrorBody error)
Set the error property: Details about the error.
Parameters:
Returns:
Applies to
Azure SDK for Java