次の方法で共有


IBillingSubscriptionsOperations インターフェイス

定義

BillingSubscriptionsOperations 操作。

public interface IBillingSubscriptionsOperations
type IBillingSubscriptionsOperations = interface
Public Interface IBillingSubscriptionsOperations

メソッド

BeginMoveWithHttpMessagesAsync(String, TransferBillingSubscriptionRequestProperties, Dictionary<String,List<String>>, CancellationToken)

サブスクリプションの料金を新しい請求書セクションに移動します。 新しい請求書セクションは、既存の請求書セクションと同じ課金プロファイルに属している必要があります。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

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

ID でサブスクリプションを取得します。 この操作は、契約の種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

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

課金アカウントのサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

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

課金アカウントのサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

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

課金プロファイルに課金されるサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

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

課金プロファイルに課金されるサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

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

顧客のサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

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

顧客のサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

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

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

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

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

MoveWithHttpMessagesAsync(String, TransferBillingSubscriptionRequestProperties, Dictionary<String,List<String>>, CancellationToken)

サブスクリプションの料金を新しい請求書セクションに移動します。 新しい請求書セクションは、既存の請求書セクションと同じ課金プロファイルに属している必要があります。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

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

課金サブスクリプションのプロパティを更新します。 現時点では、コスト センターを更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

ValidateMoveWithHttpMessagesAsync(String, TransferBillingSubscriptionRequestProperties, Dictionary<String,List<String>>, CancellationToken)

サブスクリプションの料金を新しい請求書セクションに移動できるかどうかを検証します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

拡張メソッド

BeginMove(IBillingSubscriptionsOperations, String, TransferBillingSubscriptionRequestProperties)

サブスクリプションの料金を新しい請求書セクションに移動します。 新しい請求書セクションは、既存の請求書セクションと同じ課金プロファイルに属している必要があります。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

BeginMoveAsync(IBillingSubscriptionsOperations, String, TransferBillingSubscriptionRequestProperties, CancellationToken)

サブスクリプションの料金を新しい請求書セクションに移動します。 新しい請求書セクションは、既存の請求書セクションと同じ課金プロファイルに属している必要があります。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

Get(IBillingSubscriptionsOperations, String)

ID でサブスクリプションを取得します。 この操作は、契約の種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

GetAsync(IBillingSubscriptionsOperations, String, CancellationToken)

ID でサブスクリプションを取得します。 この操作は、契約の種類がMicrosoft 顧客契約およびMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingAccount(IBillingSubscriptionsOperations, String)

課金アカウントのサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingAccountAsync(IBillingSubscriptionsOperations, String, CancellationToken)

課金アカウントのサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingAccountNext(IBillingSubscriptionsOperations, String)

課金アカウントのサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingAccountNextAsync(IBillingSubscriptionsOperations, String, CancellationToken)

課金アカウントのサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfile(IBillingSubscriptionsOperations, String, String)

課金プロファイルに課金されるサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfileAsync(IBillingSubscriptionsOperations, String, String, CancellationToken)

課金プロファイルに課金されるサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfileNext(IBillingSubscriptionsOperations, String)

課金プロファイルに課金されるサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfileNextAsync(IBillingSubscriptionsOperations, String, CancellationToken)

課金プロファイルに課金されるサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByCustomer(IBillingSubscriptionsOperations, String, String)

顧客のサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByCustomerAsync(IBillingSubscriptionsOperations, String, String, CancellationToken)

顧客のサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByCustomerNext(IBillingSubscriptionsOperations, String)

顧客のサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByCustomerNextAsync(IBillingSubscriptionsOperations, String, CancellationToken)

顧客のサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

ListByInvoiceSection(IBillingSubscriptionsOperations, String, String, String)

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

ListByInvoiceSectionAsync(IBillingSubscriptionsOperations, String, String, String, CancellationToken)

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

ListByInvoiceSectionNext(IBillingSubscriptionsOperations, String)

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

ListByInvoiceSectionNextAsync(IBillingSubscriptionsOperations, String, CancellationToken)

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

Move(IBillingSubscriptionsOperations, String, TransferBillingSubscriptionRequestProperties)

サブスクリプションの料金を新しい請求書セクションに移動します。 新しい請求書セクションは、既存の請求書セクションと同じ課金プロファイルに属している必要があります。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

MoveAsync(IBillingSubscriptionsOperations, String, TransferBillingSubscriptionRequestProperties, CancellationToken)

サブスクリプションの料金を新しい請求書セクションに移動します。 新しい請求書セクションは、既存の請求書セクションと同じ課金プロファイルに属している必要があります。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

Update(IBillingSubscriptionsOperations, String, BillingSubscription)

課金サブスクリプションのプロパティを更新します。 現時点では、コスト センターを更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

UpdateAsync(IBillingSubscriptionsOperations, String, BillingSubscription, CancellationToken)

課金サブスクリプションのプロパティを更新します。 現時点では、コスト センターを更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

ValidateMove(IBillingSubscriptionsOperations, String, TransferBillingSubscriptionRequestProperties)

サブスクリプションの料金を新しい請求書セクションに移動できるかどうかを検証します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

ValidateMoveAsync(IBillingSubscriptionsOperations, String, TransferBillingSubscriptionRequestProperties, CancellationToken)

サブスクリプションの料金を新しい請求書セクションに移動できるかどうかを検証します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

適用対象