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

RegionContract Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.RegionContractInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

public interface RegionContract
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.RegionContractInner>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

Type representing RegionContract.

Method Summary

Modifier and Type Method and Description
abstract java.lang.Boolean isDeleted()
abstract java.lang.Boolean isMasterRegion()
abstract java.lang.String name()

Method Details

isDeleted

public abstract Boolean isDeleted()

Returns:

the isDeleted value.

isMasterRegion

public abstract Boolean isMasterRegion()

Returns:

the isMasterRegion value.

name

public abstract String name()

Returns:

the name value.

Applies to