共用方式為


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 管理服務的名稱。

apiId

string

API 識別碼。 在目前API 管理服務實例中必須是唯一的。

options
ApiProductListByApisOptionalParams

選項參數。

傳回