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

ResourceNameAvailabilityRequest Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.ResourceNameAvailabilityRequest

public class ResourceNameAvailabilityRequest

Resource name availability request content.

Method Summary

Modifier and Type Method and Description
Boolean isFqdn()

Get the isFqdn value.

String name()

Get the name value.

CheckNameResourceTypes type()

Get the type value.

ResourceNameAvailabilityRequest withIsFqdn(Boolean isFqdn)

Set the isFqdn value.

ResourceNameAvailabilityRequest withName(String name)

Set the name value.

ResourceNameAvailabilityRequest withType(CheckNameResourceTypes type)

Set the type value.

Method Details

isFqdn

public Boolean isFqdn()

Get the isFqdn value.

Returns:

the isFqdn value

name

public String name()

Get the name value.

Returns:

the name value

type

public CheckNameResourceTypes type()

Get the type value.

Returns:

the type value

withIsFqdn

public ResourceNameAvailabilityRequest withIsFqdn(Boolean isFqdn)

Set the isFqdn value.

Parameters:

isFqdn - the isFqdn value to set

Returns:

the ResourceNameAvailabilityRequest object itself.

withName

public ResourceNameAvailabilityRequest withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ResourceNameAvailabilityRequest object itself.

withType

public ResourceNameAvailabilityRequest withType(CheckNameResourceTypes type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the ResourceNameAvailabilityRequest object itself.

Applies to