Uses of Class
com.azure.resourcemanager.sql.fluent.models.CheckNameAvailabilityResponseInner
-
Packages that use CheckNameAvailabilityResponseInner Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient. -
-
Uses of CheckNameAvailabilityResponseInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return CheckNameAvailabilityResponseInner Modifier and Type Method Description CheckNameAvailabilityResponseInnerServersClient. checkNameAvailability(String name)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 CheckNameAvailabilityResponseInner Modifier and Type Method Description Mono<CheckNameAvailabilityResponseInner>ServersClient. checkNameAvailabilityAsync(String name)Determines whether a resource can be created with the specified name.com.azure.core.http.rest.Response<CheckNameAvailabilityResponseInner>ServersClient. checkNameAvailabilityWithResponse(String name, 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(String name)Determines whether a resource can be created with the specified name.
-