共用方式為


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)

依其識別碼取得計費帳戶。 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)

依其識別碼取得計費帳戶。 https://docs.microsoft.com/en-us/rest/api/billing/

GetAsync(IBillingAccountsOperations, String, String, CancellationToken)

依其識別碼取得計費帳戶。 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 客戶合約 的計費帳戶才支援此作業。

適用於