Class ManagedClusterPodIdentityProvisioningError
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProvisioningError
-
public final class ManagedClusterPodIdentityProvisioningError extends Object
An error response from the pod identity provisioning.
-
-
Constructor Summary
Constructors Constructor Description ManagedClusterPodIdentityProvisioningError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedClusterPodIdentityProvisioningErrorBodyerror()Get the error property: Details about the error.voidvalidate()Validates the instance.ManagedClusterPodIdentityProvisioningErrorwithError(ManagedClusterPodIdentityProvisioningErrorBody error)Set the error property: Details about the error.
-
-
-
Method Detail
-
error
public ManagedClusterPodIdentityProvisioningErrorBody 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.
-
-