次の方法で共有


CustomersOperationsExtensions.Get メソッド

定義

ID で顧客を取得します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Azure.Management.Billing.Models.Customer Get(this Microsoft.Azure.Management.Billing.ICustomersOperations operations, string billingAccountName, string customerName, string expand = default);
static member Get : Microsoft.Azure.Management.Billing.ICustomersOperations * string * string * string -> Microsoft.Azure.Management.Billing.Models.Customer
<Extension()>
Public Function Get (operations As ICustomersOperations, billingAccountName As String, customerName As String, Optional expand As String = Nothing) As Customer

パラメーター

operations
ICustomersOperations

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

billingAccountName
String

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

customerName
String

顧客を一意に識別する ID。

expand
String

enabledAzurePlans とリセラーを拡張するために使用できます

戻り値

適用対象