Uses of Class
com.azure.resourcemanager.appplatform.models.NameAvailability
-
Packages that use NameAvailability Package Description com.azure.resourcemanager.appplatform.fluent Package containing the service clients for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models 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 NameAvailability Modifier and Type Method Description NameAvailabilityServicesClient. 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 NameAvailability Modifier and Type Method Description Mono<NameAvailability>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 NameAvailability in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return NameAvailability Modifier and Type Method Description NameAvailabilitySpringServices. checkNameAvailability(String name, com.azure.core.management.Region region)Checks the name of the service is available in specific region or not.NameAvailabilityNameAvailability. withMessage(String message)Set the message property: Message why the name is not available.NameAvailabilityNameAvailability. withNameAvailable(Boolean nameAvailable)Set the nameAvailable property: Indicates whether the name is available.NameAvailabilityNameAvailability. 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 NameAvailability Modifier and Type Method Description Mono<NameAvailability>SpringServices. checkNameAvailabilityAsync(String name, com.azure.core.management.Region region)Checks the name of the service is available in specific region or not.
-