Class ManagedClusterPodIdentityProvisioningError
java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProvisioningError
An error response from the pod identity provisioning.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedClusterPodIdentityProvisioningError class. -
Method Summary
-
Constructor Details
-
ManagedClusterPodIdentityProvisioningError
public ManagedClusterPodIdentityProvisioningError()Creates an instance of ManagedClusterPodIdentityProvisioningError class.
-
-
Method Details
-
error
Get the error property: Details about the error.- Returns:
- the error value.
-
withError
public ManagedClusterPodIdentityProvisioningError withError(ManagedClusterPodIdentityProvisioningErrorBody error) Set the error property: Details about the error.- Parameters:
error- the error value to set.- Returns:
- the ManagedClusterPodIdentityProvisioningError object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-