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.