Uses of Class
com.azure.resourcemanager.sql.models.CheckNameAvailabilityRequest
Packages that use CheckNameAvailabilityRequest
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of CheckNameAvailabilityRequest in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type CheckNameAvailabilityRequestModifier and TypeMethodDescriptionServersClient.checkNameAvailability(CheckNameAvailabilityRequest parameters) Determines whether a resource can be created with the specified name.ServersClient.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 CheckNameAvailabilityRequest in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type CheckNameAvailabilityRequestModifier and TypeClassDescriptionfinal classA request to check whether the specified name for a resource is available.Methods in com.azure.resourcemanager.sql.models that return CheckNameAvailabilityRequestModifier and TypeMethodDescriptionstatic CheckNameAvailabilityRequestCheckNameAvailabilityRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CheckNameAvailabilityRequest from the JsonReader.Set the name property: The name property.Set the type property: The type property.