Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProvisioningError
Packages that use ManagedClusterPodIdentityProvisioningError
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterPodIdentityProvisioningError in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterPodIdentityProvisioningErrorModifier and TypeClassDescriptionfinal classAn error response from the pod identity provisioning.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterPodIdentityProvisioningErrorModifier and TypeMethodDescriptionManagedClusterPodIdentityProvisioningInfo.error()Get the error property: Pod identity assignment error (if any).ManagedClusterPodIdentityProvisioningError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterPodIdentityProvisioningError from the JsonReader.ManagedClusterPodIdentityProvisioningError.withError(ManagedClusterPodIdentityProvisioningErrorBody error) Set the error property: Details about the error.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterPodIdentityProvisioningErrorModifier and TypeMethodDescriptionManagedClusterPodIdentityProvisioningInfo.withError(ManagedClusterPodIdentityProvisioningError error) Set the error property: Pod identity assignment error (if any).