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

PolicySnippets Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PolicySnippetsInner>

public interface PolicySnippets
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PolicySnippetsInner>

Type representing PolicySnippets.

Method Summary

Modifier and Type Method and Description
abstract rx.Observable<PolicySnippetsCollection> listByServiceAsync(String resourceGroupName, String serviceName)

Lists all policy snippets.

Method Details

listByServiceAsync

public abstract Observable<PolicySnippetsCollection> listByServiceAsync(String resourceGroupName, String serviceName)

Lists all policy snippets.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.

Returns:

the observable for the request

Applies to