BillingProfilesOperations interface
BillingProfilesの操作を表すインターフェース。
プロパティ
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
課金プロファイルを作成または更新します。 この操作は、契約の種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの課金アカウントでサポートされています。 MCA 個人 (従量課金制) のお客様の場合は、Azure ポータル エクスペリエンスを使用して課金プロファイルを作成してください。 |
| delete | 課金プロファイルを削除します。 この操作は、契約の種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの課金アカウントでサポートされています。 |
| get | 課金プロファイルを ID で取得します。 この操作は、契約の種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの課金アカウントでサポートされています。 |
| list |
ユーザーがアクセスできる課金プロファイルを一覧表示します。 この操作は、種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの契約を持つ課金アカウントでサポートされています。 |
| validate |
課金プロファイルを削除できるかどうかを検証します。 この操作は、契約の種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの課金アカウントでサポートされています。 |
プロパティの詳細
beginCreateOrUpdate
警告
この API は非推奨になりました。
use createOrUpdate instead
beginCreateOrUpdate: (billingAccountName: string, billingProfileName: string, parameters: BillingProfile, options?: BillingProfilesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BillingProfile>, BillingProfile>>
プロパティ値
(billingAccountName: string, billingProfileName: string, parameters: BillingProfile, options?: BillingProfilesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BillingProfile>, BillingProfile>>
beginCreateOrUpdateAndWait
警告
この API は非推奨になりました。
use createOrUpdate instead
beginCreateOrUpdateAndWait: (billingAccountName: string, billingProfileName: string, parameters: BillingProfile, options?: BillingProfilesCreateOrUpdateOptionalParams) => Promise<BillingProfile>
プロパティ値
(billingAccountName: string, billingProfileName: string, parameters: BillingProfile, options?: BillingProfilesCreateOrUpdateOptionalParams) => Promise<BillingProfile>
beginDelete
警告
この API は非推奨になりました。
use delete instead
beginDelete: (billingAccountName: string, billingProfileName: string, options?: BillingProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
プロパティ値
(billingAccountName: string, billingProfileName: string, options?: BillingProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
警告
この API は非推奨になりました。
use delete instead
beginDeleteAndWait: (billingAccountName: string, billingProfileName: string, options?: BillingProfilesDeleteOptionalParams) => Promise<void>
プロパティ値
(billingAccountName: string, billingProfileName: string, options?: BillingProfilesDeleteOptionalParams) => Promise<void>
createOrUpdate
課金プロファイルを作成または更新します。 この操作は、契約の種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの課金アカウントでサポートされています。 MCA 個人 (従量課金制) のお客様の場合は、Azure ポータル エクスペリエンスを使用して課金プロファイルを作成してください。
createOrUpdate: (billingAccountName: string, billingProfileName: string, parameters: BillingProfile, options?: BillingProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<BillingProfile>, BillingProfile>
プロパティ値
(billingAccountName: string, billingProfileName: string, parameters: BillingProfile, options?: BillingProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<BillingProfile>, BillingProfile>
delete
課金プロファイルを削除します。 この操作は、契約の種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの課金アカウントでサポートされています。
delete: (billingAccountName: string, billingProfileName: string, options?: BillingProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(billingAccountName: string, billingProfileName: string, options?: BillingProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
課金プロファイルを ID で取得します。 この操作は、契約の種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの課金アカウントでサポートされています。
get: (billingAccountName: string, billingProfileName: string, options?: BillingProfilesGetOptionalParams) => Promise<BillingProfile>
プロパティ値
(billingAccountName: string, billingProfileName: string, options?: BillingProfilesGetOptionalParams) => Promise<BillingProfile>
listByBillingAccount
ユーザーがアクセスできる課金プロファイルを一覧表示します。 この操作は、種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの契約を持つ課金アカウントでサポートされています。
listByBillingAccount: (billingAccountName: string, options?: BillingProfilesListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<BillingProfile, BillingProfile[], PageSettings>
プロパティ値
(billingAccountName: string, options?: BillingProfilesListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<BillingProfile, BillingProfile[], PageSettings>
validateDeleteEligibility
課金プロファイルを削除できるかどうかを検証します。 この操作は、契約の種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの課金アカウントでサポートされています。
validateDeleteEligibility: (billingAccountName: string, billingProfileName: string, options?: BillingProfilesValidateDeleteEligibilityOptionalParams) => Promise<DeleteBillingProfileEligibilityResult>
プロパティ値
(billingAccountName: string, billingProfileName: string, options?: BillingProfilesValidateDeleteEligibilityOptionalParams) => Promise<DeleteBillingProfileEligibilityResult>