AssociatedTenantsOperations interface

Interfejs reprezentujący operacje AssociatedTenants.

Właściwości

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Utwórz lub zaktualizuj skojarzona dzierżawę dla konta rozliczeniowego.

delete

Usuwa skojarzona dzierżawa dla konta rozliczeniowego.

get

Pobiera skojarzona dzierżawa według identyfikatora.

listByBillingAccount

Wyświetla listę skojarzonych dzierżaw, które mogą współpracować z kontem rozliczeniowym w ramach działań handlowych, takich jak wyświetlanie i pobieranie faktur, zarządzanie płatnościami, dokonywanie zakupów oraz zarządzanie lub aprowizowanie licencji.

Szczegóły właściwości

beginCreateOrUpdate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

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

Wartość właściwości

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

beginCreateOrUpdateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

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

Wartość właściwości

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

beginDelete

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

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

Wartość właściwości

(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

beginDeleteAndWait: (billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams) => Promise<void>

Wartość właściwości

(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams) => Promise<void>

createOrUpdate

Utwórz lub zaktualizuj skojarzona dzierżawę dla konta rozliczeniowego.

createOrUpdate: (billingAccountName: string, associatedTenantName: string, parameters: AssociatedTenant, options?: AssociatedTenantsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AssociatedTenant>, AssociatedTenant>

Wartość właściwości

(billingAccountName: string, associatedTenantName: string, parameters: AssociatedTenant, options?: AssociatedTenantsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AssociatedTenant>, AssociatedTenant>

delete

Usuwa skojarzona dzierżawa dla konta rozliczeniowego.

delete: (billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Pobiera skojarzona dzierżawa według identyfikatora.

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

Wartość właściwości

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

listByBillingAccount

Wyświetla listę skojarzonych dzierżaw, które mogą współpracować z kontem rozliczeniowym w ramach działań handlowych, takich jak wyświetlanie i pobieranie faktur, zarządzanie płatnościami, dokonywanie zakupów oraz zarządzanie lub aprowizowanie licencji.

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

Wartość właściwości

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