Class ManagedClusterPodIdentityProvisioningInfo
java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProvisioningInfo
The ManagedClusterPodIdentityProvisioningInfo model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedClusterPodIdentityProvisioningInfo class. -
Method Summary
-
Constructor Details
-
ManagedClusterPodIdentityProvisioningInfo
public ManagedClusterPodIdentityProvisioningInfo()Creates an instance of ManagedClusterPodIdentityProvisioningInfo class.
-
-
Method Details
-
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.
-