Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProvisioningErrorBody
-
Packages that use ManagedClusterPodIdentityProvisioningErrorBody Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ManagedClusterPodIdentityProvisioningErrorBody in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterPodIdentityProvisioningErrorBody Modifier and Type Method Description ManagedClusterPodIdentityProvisioningErrorBodyManagedClusterPodIdentityProvisioningError. error()Get the error property: Details about the error.ManagedClusterPodIdentityProvisioningErrorBodyManagedClusterPodIdentityProvisioningErrorBody. withCode(String code)Set the code property: An identifier for the error.ManagedClusterPodIdentityProvisioningErrorBodyManagedClusterPodIdentityProvisioningErrorBody. withDetails(List<ManagedClusterPodIdentityProvisioningErrorBody> details)Set the details property: A list of additional details about the error.ManagedClusterPodIdentityProvisioningErrorBodyManagedClusterPodIdentityProvisioningErrorBody. withMessage(String message)Set the message property: A message describing the error, intended to be suitable for display in a user interface.ManagedClusterPodIdentityProvisioningErrorBodyManagedClusterPodIdentityProvisioningErrorBody. withTarget(String target)Set the target property: The target of the particular error.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ManagedClusterPodIdentityProvisioningErrorBody Modifier and Type Method Description List<ManagedClusterPodIdentityProvisioningErrorBody>ManagedClusterPodIdentityProvisioningErrorBody. details()Get the details property: A list of additional details about the error.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterPodIdentityProvisioningErrorBody Modifier and Type Method Description ManagedClusterPodIdentityProvisioningErrorManagedClusterPodIdentityProvisioningError. withError(ManagedClusterPodIdentityProvisioningErrorBody error)Set the error property: Details about the error.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ManagedClusterPodIdentityProvisioningErrorBody Modifier and Type Method Description ManagedClusterPodIdentityProvisioningErrorBodyManagedClusterPodIdentityProvisioningErrorBody. withDetails(List<ManagedClusterPodIdentityProvisioningErrorBody> details)Set the details property: A list of additional details about the error.
-