Customers interface
代表 Customers 的介面。
方法
get(string, string, Customers |
依其識別碼取得客戶。 只有合約類型為Microsoft 合作夥伴合約的計費帳戶才支援此作業。 |
list |
列出計費帳戶的客戶。 只有合約類型為Microsoft 合作夥伴合約的計費帳戶才支援此作業。 |
list |
列出計費設定檔所計費的客戶。 只有合約類型為Microsoft 合作夥伴合約的計費帳戶才支援此作業。 |
方法詳細資料
get(string, string, CustomersGetOptionalParams)
依其識別碼取得客戶。 只有合約類型為Microsoft 合作夥伴合約的計費帳戶才支援此作業。
function get(billingAccountName: string, customerName: string, options?: CustomersGetOptionalParams): Promise<Customer>
參數
- billingAccountName
-
string
可唯一識別計費帳戶的識別碼。
- customerName
-
string
可唯一識別客戶的識別碼。
- options
- CustomersGetOptionalParams
選項參數。
傳回
Promise<Customer>
listByBillingAccount(string, CustomersListByBillingAccountOptionalParams)
列出計費帳戶的客戶。 只有合約類型為Microsoft 合作夥伴合約的計費帳戶才支援此作業。
function listByBillingAccount(billingAccountName: string, options?: CustomersListByBillingAccountOptionalParams): PagedAsyncIterableIterator<Customer, Customer[], PageSettings>
參數
- billingAccountName
-
string
可唯一識別計費帳戶的識別碼。
選項參數。
傳回
listByBillingProfile(string, string, CustomersListByBillingProfileOptionalParams)
列出計費設定檔所計費的客戶。 只有合約類型為Microsoft 合作夥伴合約的計費帳戶才支援此作業。
function listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: CustomersListByBillingProfileOptionalParams): PagedAsyncIterableIterator<Customer, Customer[], PageSettings>
參數
- billingAccountName
-
string
可唯一識別計費帳戶的識別碼。
- billingProfileName
-
string
可唯一識別帳單設定檔的識別碼。
選項參數。