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

PolicyCollection Interface

Implements

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

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

Type representing PolicyCollection.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String nextLink()
abstract java.util.List<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PolicyContractInner> value()

Method Details

nextLink

public abstract String nextLink()

Returns:

the nextLink value.

value

public abstract List<PolicyContractInner> value()

Returns:

the value value.

Applies to