Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DnlResourceNameAvailabilityInner
Packages that use DnlResourceNameAvailabilityInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of DnlResourceNameAvailabilityInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return DnlResourceNameAvailabilityInnerModifier and TypeMethodDescriptionResourceProvidersClient.regionalCheckNameAvailability(String location, DnlResourceNameAvailabilityRequest request) Check if a resource name is available for DNL sites.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type DnlResourceNameAvailabilityInnerModifier and TypeMethodDescriptionResourceProvidersClient.regionalCheckNameAvailabilityAsync(String location, DnlResourceNameAvailabilityRequest request) Check if a resource name is available for DNL sites.com.azure.core.http.rest.Response<DnlResourceNameAvailabilityInner> ResourceProvidersClient.regionalCheckNameAvailabilityWithResponse(String location, DnlResourceNameAvailabilityRequest request, com.azure.core.util.Context context) Check if a resource name is available for DNL sites.Mono<com.azure.core.http.rest.Response<DnlResourceNameAvailabilityInner>> ResourceProvidersClient.regionalCheckNameAvailabilityWithResponseAsync(String location, DnlResourceNameAvailabilityRequest request) Check if a resource name is available for DNL sites. -
Uses of DnlResourceNameAvailabilityInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DnlResourceNameAvailabilityInnerModifier and TypeMethodDescriptionDnlResourceNameAvailabilityInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DnlResourceNameAvailabilityInner from the JsonReader.DnlResourceNameAvailabilityInner.withHostname(String hostname) Set the hostname property: The hostName property.DnlResourceNameAvailabilityInner.withMessage(String message) Set the message property: If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name.DnlResourceNameAvailabilityInner.withNameAvailable(Boolean nameAvailable) Set the nameAvailable property: <code>true</code> indicates name is valid and available.DnlResourceNameAvailabilityInner.withReason(InAvailabilityReasonType reason) Set the reason property: <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements.