BillingProfiles interface
BillingProfiles を表すインターフェイス。
メソッド
begin |
課金プロファイルを作成または更新します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 |
begin |
課金プロファイルを作成または更新します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 |
get(string, string, Billing |
ID で課金プロファイルを取得します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 |
list |
ユーザーがアクセスできる課金プロファイルを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 |
メソッドの詳細
beginCreateOrUpdate(string, string, BillingProfile, BillingProfilesCreateOrUpdateOptionalParams)
課金プロファイルを作成または更新します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。
function beginCreateOrUpdate(billingAccountName: string, billingProfileName: string, parameters: BillingProfile, options?: BillingProfilesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BillingProfile>, BillingProfile>>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- billingProfileName
-
string
課金プロファイルを一意に識別する ID。
- parameters
- BillingProfile
新規または更新された課金プロファイル。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<BillingProfile>, BillingProfile>>
beginCreateOrUpdateAndWait(string, string, BillingProfile, BillingProfilesCreateOrUpdateOptionalParams)
課金プロファイルを作成または更新します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。
function beginCreateOrUpdateAndWait(billingAccountName: string, billingProfileName: string, parameters: BillingProfile, options?: BillingProfilesCreateOrUpdateOptionalParams): Promise<BillingProfile>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- billingProfileName
-
string
課金プロファイルを一意に識別する ID。
- parameters
- BillingProfile
新規または更新された課金プロファイル。
options パラメーター。
戻り値
Promise<BillingProfile>
get(string, string, BillingProfilesGetOptionalParams)
ID で課金プロファイルを取得します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。
function get(billingAccountName: string, billingProfileName: string, options?: BillingProfilesGetOptionalParams): Promise<BillingProfile>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- billingProfileName
-
string
課金プロファイルを一意に識別する ID。
- options
- BillingProfilesGetOptionalParams
options パラメーター。
戻り値
Promise<BillingProfile>
listByBillingAccount(string, BillingProfilesListByBillingAccountOptionalParams)
ユーザーがアクセスできる課金プロファイルを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。
function listByBillingAccount(billingAccountName: string, options?: BillingProfilesListByBillingAccountOptionalParams): PagedAsyncIterableIterator<BillingProfile, BillingProfile[], PageSettings>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
options パラメーター。