Uses of Enum
com.azure.resourcemanager.sql.models.IsRetryable
Packages that use IsRetryable
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of IsRetryable in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type IsRetryable in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumGets whether the error could be ignored and recommended action could be retried.Methods in com.azure.resourcemanager.sql.models that return IsRetryableModifier and TypeMethodDescriptionstatic IsRetryableIsRetryable.fromString(String value) Parses a serialized value to a IsRetryable instance.RecommendedActionErrorInfo.isRetryable()Get the isRetryable property: Gets whether the error could be ignored and recommended action could be retried.static IsRetryableReturns the enum constant of this type with the specified name.static IsRetryable[]IsRetryable.values()Returns an array containing the constants of this enum type, in the order they are declared.