Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProvisioningErrorBody
Packages that use ManagedClusterPodIdentityProvisioningErrorBody
Package
Description
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 ManagedClusterPodIdentityProvisioningErrorBodyModifier and TypeMethodDescriptionManagedClusterPodIdentityProvisioningError.error()Get the error property: Details about the error.Set the code property: An identifier for the error.ManagedClusterPodIdentityProvisioningErrorBody.withDetails(List<ManagedClusterPodIdentityProvisioningErrorBody> details) Set the details property: A list of additional details about the error.ManagedClusterPodIdentityProvisioningErrorBody.withMessage(String message) Set the message property: A message describing the error, intended to be suitable for display in a user interface.ManagedClusterPodIdentityProvisioningErrorBody.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 ManagedClusterPodIdentityProvisioningErrorBodyModifier and TypeMethodDescriptionManagedClusterPodIdentityProvisioningErrorBody.details()Get the details property: A list of additional details about the error.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterPodIdentityProvisioningErrorBodyModifier and TypeMethodDescriptionManagedClusterPodIdentityProvisioningError.withError(ManagedClusterPodIdentityProvisioningErrorBody error) Set the error property: Details about the error.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ManagedClusterPodIdentityProvisioningErrorBodyModifier and TypeMethodDescriptionManagedClusterPodIdentityProvisioningErrorBody.withDetails(List<ManagedClusterPodIdentityProvisioningErrorBody> details) Set the details property: A list of additional details about the error.