Table of Contents

Codeunit "Copilot Quota"

ID 7785
Namespace: System.AI

Codeunit that exposes functionality related to Copilot Quota, such as logging quota usage

Properties

Name Value
Access Public
InherentEntitlements X
InherentPermissions X

Methods

CanConsume

Checks if the tenant is allowed to consume Copilot quota.

procedure CanConsume(): Boolean

Returns

Type Description
Boolean

True if allowed, false otherwise.

See also