Delen via


SubscriptionPolicy interface

Interface die een SubscriptionPolicy vertegenwoordigt.

Methoden

addUpdatePolicyForTenant(PutTenantPolicyRequestProperties, SubscriptionPolicyAddUpdatePolicyForTenantOptionalParams)

Tenantbeleid voor abonnement maken of bijwerken voor de tenant van de gebruiker.

getPolicyForTenant(SubscriptionPolicyGetPolicyForTenantOptionalParams)

Haal het tenantbeleid voor het abonnement op voor de tenant van de gebruiker.

listPolicyForTenant(SubscriptionPolicyListPolicyForTenantOptionalParams)

Haal het tenantbeleid voor het abonnement op voor de tenant van de gebruiker.

Methodedetails

addUpdatePolicyForTenant(PutTenantPolicyRequestProperties, SubscriptionPolicyAddUpdatePolicyForTenantOptionalParams)

Tenantbeleid voor abonnement maken of bijwerken voor de tenant van de gebruiker.

function addUpdatePolicyForTenant(body: PutTenantPolicyRequestProperties, options?: SubscriptionPolicyAddUpdatePolicyForTenantOptionalParams): Promise<GetTenantPolicyResponse>

Parameters

body
PutTenantPolicyRequestProperties

Eigenschappen van tenantbeleidsaanvragen plaatsen.

Retouren

getPolicyForTenant(SubscriptionPolicyGetPolicyForTenantOptionalParams)

Haal het tenantbeleid voor het abonnement op voor de tenant van de gebruiker.

function getPolicyForTenant(options?: SubscriptionPolicyGetPolicyForTenantOptionalParams): Promise<GetTenantPolicyResponse>

Parameters

Retouren

listPolicyForTenant(SubscriptionPolicyListPolicyForTenantOptionalParams)

Haal het tenantbeleid voor het abonnement op voor de tenant van de gebruiker.

function listPolicyForTenant(options?: SubscriptionPolicyListPolicyForTenantOptionalParams): PagedAsyncIterableIterator<GetTenantPolicyResponse, GetTenantPolicyResponse[], PageSettings>

Parameters

Retouren