Uses of Enum
com.azure.resourcemanager.sql.models.CheckNameAvailabilityReason
Packages that use CheckNameAvailabilityReason
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of CheckNameAvailabilityReason in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return CheckNameAvailabilityReasonModifier and TypeMethodDescriptionCheckNameAvailabilityResponseInner.reason()Get the reason property: The reason code explaining why the name is unavailable. -
Uses of CheckNameAvailabilityReason in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type CheckNameAvailabilityReason in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumThe reason code explaining why the name is unavailable.Methods in com.azure.resourcemanager.sql.models that return CheckNameAvailabilityReasonModifier and TypeMethodDescriptionstatic CheckNameAvailabilityReasonCheckNameAvailabilityReason.fromString(String value) Parses a serialized value to a CheckNameAvailabilityReason instance.static CheckNameAvailabilityReasonReturns the enum constant of this type with the specified name.static CheckNameAvailabilityReason[]CheckNameAvailabilityReason.values()Returns an array containing the constants of this enum type, in the order they are declared.