AssociatedTenants interface
表示 AssociatedTenants 的介面。
方法
| begin |
建立或更新計費帳戶的相關聯租使用者。 |
| begin |
建立或更新計費帳戶的相關聯租使用者。 |
| begin |
刪除計費帳戶的相關聯租使用者。 |
| begin |
刪除計費帳戶的相關聯租使用者。 |
| get(string, string, Associated |
依標識碼取得相關聯的租使用者。 |
| list |
列出相關聯的租用戶,這些租用戶可以在商務活動上共同作業,例如檢視和下載發票、管理付款、進行購買,以及管理或布建授權。 |
方法詳細資料
beginCreateOrUpdate(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)
建立或更新計費帳戶的相關聯租使用者。
function beginCreateOrUpdate(billingAccountName: string, associatedTenantName: string, parameters: AssociatedTenant, options?: AssociatedTenantsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AssociatedTenant>, AssociatedTenant>>
參數
- billingAccountName
-
string
可唯一識別計費帳戶的標識碼。
- associatedTenantName
-
string
可唯一識別租用戶的標識碼。
- parameters
- AssociatedTenant
相關聯的租使用者。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<AssociatedTenant>, AssociatedTenant>>
beginCreateOrUpdateAndWait(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)
建立或更新計費帳戶的相關聯租使用者。
function beginCreateOrUpdateAndWait(billingAccountName: string, associatedTenantName: string, parameters: AssociatedTenant, options?: AssociatedTenantsCreateOrUpdateOptionalParams): Promise<AssociatedTenant>
參數
- billingAccountName
-
string
可唯一識別計費帳戶的標識碼。
- associatedTenantName
-
string
可唯一識別租用戶的標識碼。
- parameters
- AssociatedTenant
相關聯的租使用者。
選項參數。
傳回
Promise<AssociatedTenant>
beginDelete(string, string, AssociatedTenantsDeleteOptionalParams)
刪除計費帳戶的相關聯租使用者。
function beginDelete(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AssociatedTenantsDeleteHeaders>, AssociatedTenantsDeleteHeaders>>
參數
- billingAccountName
-
string
可唯一識別計費帳戶的標識碼。
- associatedTenantName
-
string
可唯一識別租用戶的標識碼。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<AssociatedTenantsDeleteHeaders>, AssociatedTenantsDeleteHeaders>>
beginDeleteAndWait(string, string, AssociatedTenantsDeleteOptionalParams)
刪除計費帳戶的相關聯租使用者。
function beginDeleteAndWait(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams): Promise<AssociatedTenantsDeleteHeaders>
參數
- billingAccountName
-
string
可唯一識別計費帳戶的標識碼。
- associatedTenantName
-
string
可唯一識別租用戶的標識碼。
選項參數。
傳回
Promise<AssociatedTenantsDeleteHeaders>
get(string, string, AssociatedTenantsGetOptionalParams)
依標識碼取得相關聯的租使用者。
function get(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsGetOptionalParams): Promise<AssociatedTenant>
參數
- billingAccountName
-
string
可唯一識別計費帳戶的標識碼。
- associatedTenantName
-
string
可唯一識別租用戶的標識碼。
選項參數。
傳回
Promise<AssociatedTenant>
listByBillingAccount(string, AssociatedTenantsListByBillingAccountOptionalParams)
列出相關聯的租用戶,這些租用戶可以在商務活動上共同作業,例如檢視和下載發票、管理付款、進行購買,以及管理或布建授權。
function listByBillingAccount(billingAccountName: string, options?: AssociatedTenantsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<AssociatedTenant, AssociatedTenant[], PageSettings>
參數
- billingAccountName
-
string
可唯一識別計費帳戶的標識碼。
選項參數。