Uses of Class
com.azure.resourcemanager.appservice.models.ResourceNameAvailabilityRequest
Packages that use ResourceNameAvailabilityRequest
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ResourceNameAvailabilityRequest in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type ResourceNameAvailabilityRequestModifier and TypeMethodDescriptionResourceProvidersClient.checkNameAvailability
(ResourceNameAvailabilityRequest request) Check if a resource name is available.ResourceProvidersClient.checkNameAvailabilityAsync
(ResourceNameAvailabilityRequest request) Check if a resource name is available.com.azure.core.http.rest.Response
<ResourceNameAvailabilityInner> ResourceProvidersClient.checkNameAvailabilityWithResponse
(ResourceNameAvailabilityRequest request, com.azure.core.util.Context context) Check if a resource name is available.Mono
<com.azure.core.http.rest.Response<ResourceNameAvailabilityInner>> ResourceProvidersClient.checkNameAvailabilityWithResponseAsync
(ResourceNameAvailabilityRequest request) Check if a resource name is available. -
Uses of ResourceNameAvailabilityRequest in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ResourceNameAvailabilityRequestModifier and TypeMethodDescriptionResourceNameAvailabilityRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceNameAvailabilityRequest from the JsonReader.ResourceNameAvailabilityRequest.withEnvironmentId
(String environmentId) Set the environmentId property: Azure Resource Manager ID of the customer's selected Container Apps Environment on which to host the Function app.ResourceNameAvailabilityRequest.withIsFqdn
(Boolean isFqdn) Set the isFqdn property: Is fully qualified domain name.Set the name property: Resource name to verify.ResourceNameAvailabilityRequest.withType
(CheckNameResourceTypes type) Set the type property: Resource type used for verification.