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

AccessInformationContract Interface

Implements

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

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

Type representing AccessInformationContract.

Method Summary

Modifier and Type Method and Description
abstract java.lang.Boolean enabled()
abstract java.lang.String id()
abstract java.lang.String primaryKey()
abstract java.lang.String secondaryKey()

Method Details

enabled

public abstract Boolean enabled()

Returns:

the enabled value.

id

public abstract String id()

Returns:

the id value.

primaryKey

public abstract String primaryKey()

Returns:

the primaryKey value.

secondaryKey

public abstract String secondaryKey()

Returns:

the secondaryKey value.

Applies to