共用方式為


BillingProfiles interface

代表 BillingProfiles 的介面。

方法

beginCreateOrUpdate(string, string, BillingProfile, BillingProfilesCreateOrUpdateOptionalParams)

建立或更新帳單設定檔。 合約類型為Microsoft 客戶合約或Microsoft 合作夥伴合約的計費帳戶支援此作業。

beginCreateOrUpdateAndWait(string, string, BillingProfile, BillingProfilesCreateOrUpdateOptionalParams)

建立或更新帳單設定檔。 合約類型為Microsoft 客戶合約或Microsoft 合作夥伴合約的計費帳戶支援此作業。

get(string, string, BillingProfilesGetOptionalParams)

依其識別碼取得帳單設定檔。 合約類型為Microsoft 客戶合約或Microsoft 合作夥伴合約的計費帳戶支援此作業。

listByBillingAccount(string, BillingProfilesListByBillingAccountOptionalParams)

列出使用者可存取的帳單設定檔。 合約類型為Microsoft 客戶合約或Microsoft 合作夥伴合約的計費帳戶支援此作業。

方法詳細資料

beginCreateOrUpdate(string, string, BillingProfile, BillingProfilesCreateOrUpdateOptionalParams)

建立或更新帳單設定檔。 合約類型為Microsoft 客戶合約或Microsoft 合作夥伴合約的計費帳戶支援此作業。

function beginCreateOrUpdate(billingAccountName: string, billingProfileName: string, parameters: BillingProfile, options?: BillingProfilesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BillingProfile>, BillingProfile>>

參數

billingAccountName

string

可唯一識別計費帳戶的識別碼。

billingProfileName

string

可唯一識別帳單設定檔的識別碼。

parameters
BillingProfile

新的或更新的帳單設定檔。

傳回

Promise<PollerLike<@azure/core-lro.PollOperationState<BillingProfile>, BillingProfile>>

beginCreateOrUpdateAndWait(string, string, BillingProfile, BillingProfilesCreateOrUpdateOptionalParams)

建立或更新帳單設定檔。 合約類型為Microsoft 客戶合約或Microsoft 合作夥伴合約的計費帳戶支援此作業。

function beginCreateOrUpdateAndWait(billingAccountName: string, billingProfileName: string, parameters: BillingProfile, options?: BillingProfilesCreateOrUpdateOptionalParams): Promise<BillingProfile>

參數

billingAccountName

string

可唯一識別計費帳戶的識別碼。

billingProfileName

string

可唯一識別帳單設定檔的識別碼。

parameters
BillingProfile

新的或更新的帳單設定檔。

傳回

Promise<BillingProfile>

get(string, string, BillingProfilesGetOptionalParams)

依其識別碼取得帳單設定檔。 合約類型為Microsoft 客戶合約或Microsoft 合作夥伴合約的計費帳戶支援此作業。

function get(billingAccountName: string, billingProfileName: string, options?: BillingProfilesGetOptionalParams): Promise<BillingProfile>

參數

billingAccountName

string

可唯一識別計費帳戶的識別碼。

billingProfileName

string

可唯一識別帳單設定檔的識別碼。

options
BillingProfilesGetOptionalParams

選項參數。

傳回

Promise<BillingProfile>

listByBillingAccount(string, BillingProfilesListByBillingAccountOptionalParams)

列出使用者可存取的帳單設定檔。 合約類型為Microsoft 客戶合約或Microsoft 合作夥伴合約的計費帳戶支援此作業。

function listByBillingAccount(billingAccountName: string, options?: BillingProfilesListByBillingAccountOptionalParams): PagedAsyncIterableIterator<BillingProfile, BillingProfile[], PageSettings>

參數

billingAccountName

string

可唯一識別計費帳戶的識別碼。

傳回