次の方法で共有


IBillingAccountsOperations インターフェイス

定義

BillingAccountsOperations 操作。

public interface IBillingAccountsOperations
type IBillingAccountsOperations = interface
Public Interface IBillingAccountsOperations

メソッド

BeginUpdateWithHttpMessagesAsync(String, BillingAccountUpdateRequest, Dictionary<String,List<String>>, CancellationToken)

課金アカウントのプロパティを更新します。 現在、displayName と address は更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

ID で課金アカウントを取得します。 https://docs.microsoft.com/en-us/rest/api/billing/

ListInvoiceSectionsByCreateSubscriptionPermissionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

ユーザーが Azure サブスクリプションを作成するアクセス許可を持っている請求書セクションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

ListInvoiceSectionsByCreateSubscriptionPermissionWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

ユーザーが Azure サブスクリプションを作成するアクセス許可を持っている請求書セクションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

ユーザーがアクセスできる課金アカウントを一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

ユーザーがアクセスできる課金アカウントを一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

UpdateWithHttpMessagesAsync(String, BillingAccountUpdateRequest, Dictionary<String,List<String>>, CancellationToken)

課金アカウントのプロパティを更新します。 現在、displayName と address は更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

拡張メソッド

BeginUpdate(IBillingAccountsOperations, String, BillingAccountUpdateRequest)

課金アカウントのプロパティを更新します。 現在、displayName と address は更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

BeginUpdateAsync(IBillingAccountsOperations, String, BillingAccountUpdateRequest, CancellationToken)

課金アカウントのプロパティを更新します。 現在、displayName と address は更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

Get(IBillingAccountsOperations, String, String)

ID で課金アカウントを取得します。 https://docs.microsoft.com/en-us/rest/api/billing/

GetAsync(IBillingAccountsOperations, String, String, CancellationToken)

ID で課金アカウントを取得します。 https://docs.microsoft.com/en-us/rest/api/billing/

List(IBillingAccountsOperations, String)

ユーザーがアクセスできる課金アカウントを一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

ListAsync(IBillingAccountsOperations, String, CancellationToken)

ユーザーがアクセスできる課金アカウントを一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

ListInvoiceSectionsByCreateSubscriptionPermission(IBillingAccountsOperations, String)

ユーザーが Azure サブスクリプションを作成するアクセス許可を持っている請求書セクションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

ListInvoiceSectionsByCreateSubscriptionPermissionAsync(IBillingAccountsOperations, String, CancellationToken)

ユーザーが Azure サブスクリプションを作成するアクセス許可を持っている請求書セクションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

ListInvoiceSectionsByCreateSubscriptionPermissionNext(IBillingAccountsOperations, String)

ユーザーが Azure サブスクリプションを作成するアクセス許可を持っている請求書セクションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

ListInvoiceSectionsByCreateSubscriptionPermissionNextAsync(IBillingAccountsOperations, String, CancellationToken)

ユーザーが Azure サブスクリプションを作成するアクセス許可を持っている請求書セクションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

ListNext(IBillingAccountsOperations, String)

ユーザーがアクセスできる課金アカウントを一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

ListNextAsync(IBillingAccountsOperations, String, CancellationToken)

ユーザーがアクセスできる課金アカウントを一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

Update(IBillingAccountsOperations, String, BillingAccountUpdateRequest)

課金アカウントのプロパティを更新します。 現在、displayName と address は更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

UpdateAsync(IBillingAccountsOperations, String, BillingAccountUpdateRequest, CancellationToken)

課金アカウントのプロパティを更新します。 現在、displayName と address は更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

適用対象