ApiProduct interface

ApiProduct를 나타내는 인터페이스입니다.

메서드

listByApis(string, string, string, ApiProductListByApisOptionalParams)

API가 포함되어 있는 모든 제품을 나열합니다.

메서드 세부 정보

listByApis(string, string, string, ApiProductListByApisOptionalParams)

API가 포함되어 있는 모든 제품을 나열합니다.

function listByApis(resourceGroupName: string, serviceName: string, apiId: string, options?: ApiProductListByApisOptionalParams): PagedAsyncIterableIterator<ProductContract, ProductContract[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

serviceName

string

API Management 서비스의 이름입니다.

apiId

string

API ID입니다. 현재 API Management 서비스 instance 고유해야 합니다.

options
ApiProductListByApisOptionalParams

옵션 매개 변수입니다.

반환