WebApps Interface
Implements
public interface WebApps
extends SupportsCreating<Blank>, SupportsDeletingById, SupportsListing<WebAppBasic>, SupportsListingByResourceGroup<WebAppBasic>, SupportsGettingByResourceGroup<WebApp>, SupportsGettingById<WebApp>, SupportsDeletingByResourceGroup, HasManager<AppServiceManager>
Entry point for web app management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Check |
checkNameAvailability(String name, CheckNameResourceTypes type)
Checks whether name is available for the resource type. |
abstract
Check |
checkNameAvailability(String name, CheckNameResourceTypes type, boolean isFqdn)
Checks whether name is available for the resource type. |
abstract
Mono<Check |
checkNameAvailabilityAsync(String name, CheckNameResourceTypes type)
Checks whether name is available for the resource type. |
abstract
Mono<Check |
checkNameAvailabilityAsync(String name, CheckNameResourceTypes type, boolean isFqdn)
Checks whether name is available for the resource type. |
Method Details
checkNameAvailability
public abstract CheckNameAvailabilityResult checkNameAvailability(String name, CheckNameResourceTypes type)
Checks whether name is available for the resource type.
Parameters:
Returns:
checkNameAvailability
public abstract CheckNameAvailabilityResult checkNameAvailability(String name, CheckNameResourceTypes type, boolean isFqdn)
Checks whether name is available for the resource type.
Parameters:
Returns:
checkNameAvailabilityAsync
public abstract Mono
Checks whether name is available for the resource type.
Parameters:
Returns:
checkNameAvailabilityAsync
public abstract Mono
Checks whether name is available for the resource type.
Parameters:
Returns:
Applies to
Azure SDK for Java