Condividi tramite


AssociatedTenants interface

Interfaccia che rappresenta un oggetto AssociatedTenants.

Metodi

beginCreateOrUpdate(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)

Creare o aggiornare un tenant associato per l'account di fatturazione.

beginCreateOrUpdateAndWait(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)

Creare o aggiornare un tenant associato per l'account di fatturazione.

beginDelete(string, string, AssociatedTenantsDeleteOptionalParams)

Elimina un tenant associato per un account di fatturazione.

beginDeleteAndWait(string, string, AssociatedTenantsDeleteOptionalParams)

Elimina un tenant associato per un account di fatturazione.

get(string, string, AssociatedTenantsGetOptionalParams)

Ottiene un tenant associato in base all'ID.

listByBillingAccount(string, AssociatedTenantsListByBillingAccountOptionalParams)

Elenca i tenant associati che possono collaborare con l'account di fatturazione per attività commerciali come la visualizzazione e il download delle fatture, la gestione dei pagamenti, l'esecuzione di acquisti e la gestione o il provisioning delle licenze.

Dettagli metodo

beginCreateOrUpdate(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)

Creare o aggiornare un tenant associato per l'account di fatturazione.

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

Parametri

billingAccountName

string

ID che identifica in modo univoco un account di fatturazione.

associatedTenantName

string

ID che identifica in modo univoco un tenant.

parameters
AssociatedTenant

Tenant associato.

options
AssociatedTenantsCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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

beginCreateOrUpdateAndWait(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)

Creare o aggiornare un tenant associato per l'account di fatturazione.

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

Parametri

billingAccountName

string

ID che identifica in modo univoco un account di fatturazione.

associatedTenantName

string

ID che identifica in modo univoco un tenant.

parameters
AssociatedTenant

Tenant associato.

options
AssociatedTenantsCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<AssociatedTenant>

beginDelete(string, string, AssociatedTenantsDeleteOptionalParams)

Elimina un tenant associato per un account di fatturazione.

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

Parametri

billingAccountName

string

ID che identifica in modo univoco un account di fatturazione.

associatedTenantName

string

ID che identifica in modo univoco un tenant.

options
AssociatedTenantsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

beginDeleteAndWait(string, string, AssociatedTenantsDeleteOptionalParams)

Elimina un tenant associato per un account di fatturazione.

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

Parametri

billingAccountName

string

ID che identifica in modo univoco un account di fatturazione.

associatedTenantName

string

ID che identifica in modo univoco un tenant.

options
AssociatedTenantsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

get(string, string, AssociatedTenantsGetOptionalParams)

Ottiene un tenant associato in base all'ID.

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

Parametri

billingAccountName

string

ID che identifica in modo univoco un account di fatturazione.

associatedTenantName

string

ID che identifica in modo univoco un tenant.

options
AssociatedTenantsGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<AssociatedTenant>

listByBillingAccount(string, AssociatedTenantsListByBillingAccountOptionalParams)

Elenca i tenant associati che possono collaborare con l'account di fatturazione per attività commerciali come la visualizzazione e il download delle fatture, la gestione dei pagamenti, l'esecuzione di acquisti e la gestione o il provisioning delle licenze.

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

Parametri

billingAccountName

string

ID che identifica in modo univoco un account di fatturazione.

options
AssociatedTenantsListByBillingAccountOptionalParams

Parametri delle opzioni.

Restituisce