次の方法で共有


BillingSubscriptionsOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.Billing.Models.BillingSubscription Get (this Microsoft.Azure.Management.Billing.IBillingSubscriptionsOperations operations, string billingAccountName);
static member Get : Microsoft.Azure.Management.Billing.IBillingSubscriptionsOperations * string -> Microsoft.Azure.Management.Billing.Models.BillingSubscription
<Extension()>
Public Function Get (operations As IBillingSubscriptionsOperations, billingAccountName As String) As BillingSubscription

パラメーター

operations
IBillingSubscriptionsOperations

この拡張メソッドの操作グループ。

billingAccountName
String

課金アカウントを一意に識別する ID。

戻り値

適用対象