Uses of Class
com.azure.resourcemanager.appplatform.models.NameAvailabilityParameters
Packages that use NameAvailabilityParameters
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of NameAvailabilityParameters in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type NameAvailabilityParametersModifier and TypeMethodDescriptionServicesClient.checkNameAvailability(String location, NameAvailabilityParameters availabilityParameters) Checks that the resource name is valid and is not already in use.ServicesClient.checkNameAvailabilityAsync(String location, NameAvailabilityParameters availabilityParameters) Checks that the resource name is valid and is not already in use.com.azure.core.http.rest.Response<NameAvailability> ServicesClient.checkNameAvailabilityWithResponse(String location, NameAvailabilityParameters availabilityParameters, com.azure.core.util.Context context) Checks that the resource name is valid and is not already in use.Mono<com.azure.core.http.rest.Response<NameAvailability>> ServicesClient.checkNameAvailabilityWithResponseAsync(String location, NameAvailabilityParameters availabilityParameters) Checks that the resource name is valid and is not already in use. -
Uses of NameAvailabilityParameters in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return NameAvailabilityParametersModifier and TypeMethodDescriptionstatic NameAvailabilityParametersNameAvailabilityParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NameAvailabilityParameters from the JsonReader.Set the name property: Name to be checked.Set the type property: Type of the resource to check name availability.