Sdílet prostřednictvím


AssociatedTenants interface

Rozhraní představující přidruženého tenanta

Metody

beginCreateOrUpdate(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)

Vytvořte nebo aktualizujte přidruženého tenanta pro fakturační účet.

beginCreateOrUpdateAndWait(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)

Vytvořte nebo aktualizujte přidruženého tenanta pro fakturační účet.

beginDelete(string, string, AssociatedTenantsDeleteOptionalParams)

Odstraní přidruženého tenanta pro fakturační účet.

beginDeleteAndWait(string, string, AssociatedTenantsDeleteOptionalParams)

Odstraní přidruženého tenanta pro fakturační účet.

get(string, string, AssociatedTenantsGetOptionalParams)

Získá přidruženého tenanta podle ID.

listByBillingAccount(string, AssociatedTenantsListByBillingAccountOptionalParams)

Zobrazí seznam přidružených tenantů, kteří můžou spolupracovat s fakturačním účtem na obchodních aktivitách, jako je zobrazování a stahování faktur, správa plateb, nákupy a správa nebo zřizování licencí.

Podrobnosti metody

beginCreateOrUpdate(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)

Vytvořte nebo aktualizujte přidruženého tenanta pro fakturační účet.

function beginCreateOrUpdate(billingAccountName: string, associatedTenantName: string, parameters: AssociatedTenant, options?: AssociatedTenantsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AssociatedTenant>, AssociatedTenant>>

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

associatedTenantName

string

ID, které jednoznačně identifikuje tenanta.

parameters
AssociatedTenant

Přidružený tenant.

options
AssociatedTenantsCreateOrUpdateOptionalParams

Parametry možností.

Návraty

Promise<@azure/core-lro.SimplePollerLike<OperationState<AssociatedTenant>, AssociatedTenant>>

beginCreateOrUpdateAndWait(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)

Vytvořte nebo aktualizujte přidruženého tenanta pro fakturační účet.

function beginCreateOrUpdateAndWait(billingAccountName: string, associatedTenantName: string, parameters: AssociatedTenant, options?: AssociatedTenantsCreateOrUpdateOptionalParams): Promise<AssociatedTenant>

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

associatedTenantName

string

ID, které jednoznačně identifikuje tenanta.

parameters
AssociatedTenant

Přidružený tenant.

options
AssociatedTenantsCreateOrUpdateOptionalParams

Parametry možností.

Návraty

Promise<AssociatedTenant>

beginDelete(string, string, AssociatedTenantsDeleteOptionalParams)

Odstraní přidruženého tenanta pro fakturační účet.

function beginDelete(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AssociatedTenantsDeleteHeaders>, AssociatedTenantsDeleteHeaders>>

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

associatedTenantName

string

ID, které jednoznačně identifikuje tenanta.

options
AssociatedTenantsDeleteOptionalParams

Parametry možností.

Návraty

beginDeleteAndWait(string, string, AssociatedTenantsDeleteOptionalParams)

Odstraní přidruženého tenanta pro fakturační účet.

function beginDeleteAndWait(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams): Promise<AssociatedTenantsDeleteHeaders>

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

associatedTenantName

string

ID, které jednoznačně identifikuje tenanta.

options
AssociatedTenantsDeleteOptionalParams

Parametry možností.

Návraty

get(string, string, AssociatedTenantsGetOptionalParams)

Získá přidruženého tenanta podle ID.

function get(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsGetOptionalParams): Promise<AssociatedTenant>

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

associatedTenantName

string

ID, které jednoznačně identifikuje tenanta.

options
AssociatedTenantsGetOptionalParams

Parametry možností.

Návraty

Promise<AssociatedTenant>

listByBillingAccount(string, AssociatedTenantsListByBillingAccountOptionalParams)

Zobrazí seznam přidružených tenantů, kteří můžou spolupracovat s fakturačním účtem na obchodních aktivitách, jako je zobrazování a stahování faktur, správa plateb, nákupy a správa nebo zřizování licencí.

function listByBillingAccount(billingAccountName: string, options?: AssociatedTenantsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<AssociatedTenant, AssociatedTenant[], PageSettings>

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

Návraty