Class ManagedClusterPodIdentityProvisioningInfo
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProvisioningInfo
-
public final class ManagedClusterPodIdentityProvisioningInfo extends Object
The ManagedClusterPodIdentityProvisioningInfo model.
-
-
Constructor Summary
Constructors Constructor Description ManagedClusterPodIdentityProvisioningInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedClusterPodIdentityProvisioningErrorerror()Get the error property: Pod identity assignment error (if any).voidvalidate()Validates the instance.ManagedClusterPodIdentityProvisioningInfowithError(ManagedClusterPodIdentityProvisioningError error)Set the error property: Pod identity assignment error (if any).
-
-
-
Method Detail
-
error
public ManagedClusterPodIdentityProvisioningError error()
Get the error property: Pod identity assignment error (if any).- Returns:
- the error value.
-
withError
public ManagedClusterPodIdentityProvisioningInfo withError(ManagedClusterPodIdentityProvisioningError error)
Set the error property: Pod identity assignment error (if any).- Parameters:
error- the error value to set.- Returns:
- the ManagedClusterPodIdentityProvisioningInfo object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-