Uses of Class
com.azure.resourcemanager.sql.fluent.models.CheckNameAvailabilityResponseInner
Packages that use CheckNameAvailabilityResponseInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
-
Uses of CheckNameAvailabilityResponseInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return CheckNameAvailabilityResponseInnerModifier and TypeMethodDescriptionServersClient.checkNameAvailability(CheckNameAvailabilityRequest parameters) Determines whether a resource can be created with the specified name.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type CheckNameAvailabilityResponseInnerModifier and TypeMethodDescriptionServersClient.checkNameAvailabilityAsync(CheckNameAvailabilityRequest parameters) Determines whether a resource can be created with the specified name.com.azure.core.http.rest.Response<CheckNameAvailabilityResponseInner> ServersClient.checkNameAvailabilityWithResponse(CheckNameAvailabilityRequest parameters, com.azure.core.util.Context context) Determines whether a resource can be created with the specified name.Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityResponseInner>> ServersClient.checkNameAvailabilityWithResponseAsync(CheckNameAvailabilityRequest parameters) Determines whether a resource can be created with the specified name. -
Uses of CheckNameAvailabilityResponseInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return CheckNameAvailabilityResponseInnerModifier and TypeMethodDescriptionCheckNameAvailabilityResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CheckNameAvailabilityResponseInner from the JsonReader.