PolicyDescription interface

Interface representing a PolicyDescription.

Methods

listByService(string, string, PolicyDescriptionListByServiceOptionalParams)

Lists all policy descriptions.

Method Details

listByService(string, string, PolicyDescriptionListByServiceOptionalParams)

Lists all policy descriptions.

function listByService(resourceGroupName: string, serviceName: string, options?: PolicyDescriptionListByServiceOptionalParams): Promise<PolicyDescriptionCollection>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

options
PolicyDescriptionListByServiceOptionalParams

The options parameters.

Returns