Uses of Class
com.azure.resourcemanager.appplatform.models.NameAvailability
Packages that use NameAvailability
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of NameAvailability in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return NameAvailabilityModifier and TypeMethodDescriptionServicesClient.checkNameAvailability(String location, NameAvailabilityParameters availabilityParameters) Checks that the resource name is valid and is not already in use.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type NameAvailabilityModifier and TypeMethodDescriptionServicesClient.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 NameAvailability in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return NameAvailabilityModifier and TypeMethodDescriptionSpringServices.checkNameAvailability(String name, com.azure.core.management.Region region) Checks the name of the service is available in specific region or not.static NameAvailabilityNameAvailability.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NameAvailability from the JsonReader.NameAvailability.withMessage(String message) Set the message property: Message why the name is not available.NameAvailability.withNameAvailable(Boolean nameAvailable) Set the nameAvailable property: Indicates whether the name is available.NameAvailability.withReason(String reason) Set the reason property: Reason why the name is not available.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type NameAvailabilityModifier and TypeMethodDescriptionSpringServices.checkNameAvailabilityAsync(String name, com.azure.core.management.Region region) Checks the name of the service is available in specific region or not.