共用方式為


Marketplaces interface

代表 Marketplace 的介面。

方法

list(string, MarketplacesListOptionalParams)

列出定義範圍之範圍的市集。 Marketplace 僅適用于 2014 年 5 月 1 日或更新版本。

方法詳細資料

list(string, MarketplacesListOptionalParams)

列出定義範圍之範圍的市集。 Marketplace 僅適用于 2014 年 5 月 1 日或更新版本。

function list(scope: string, options?: MarketplacesListOptionalParams): PagedAsyncIterableIterator<Marketplace, Marketplace[], PageSettings>

參數

scope

string

與市集作業相關聯的範圍。 這包括訂用帳戶範圍的 '/subscriptions/{subscriptionId}/' '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' 代表計費帳戶範圍、'/providers/Microsoft.Billing/departments/{departmentId}' 代表部門範圍、'/providers/Microsoft.Billing/enrollmentAccounts/{enrollmentAccountId}' 和 '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope。 針對訂用帳戶、計費帳戶、部門、註冊帳戶和管理群組,您也可以使用 '/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}' 將計費週期新增至範圍。 例如,若要在部門範圍指定計費週期,請使用 '/providers/Microsoft.Billing/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'

options
MarketplacesListOptionalParams

選項參數。

傳回