你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: