Uses of Class
com.azure.resourcemanager.sql.models.CheckNameAvailabilityReason
-
Packages that use CheckNameAvailabilityReason Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 CheckNameAvailabilityReason Modifier and Type Method Description CheckNameAvailabilityReasonCheckNameAvailabilityResponseInner. reason()Get the reason property: The reason code explaining why the name is unavailable. -
Uses of CheckNameAvailabilityReason in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return CheckNameAvailabilityReason Modifier and Type Method Description static CheckNameAvailabilityReasonCheckNameAvailabilityReason. fromString(String value)Parses a serialized value to a CheckNameAvailabilityReason instance.static CheckNameAvailabilityReasonCheckNameAvailabilityReason. valueOf(String name)Returns 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.
-