LicenseEntitlementObject

LicenseEntitlementObject[]

表示一个按需许可证授权.

LicenseEntitlementObject[id]

给出表示由 id 指定的授权的授权对象.

更多信息

  • 按需许可证授权链接到其所有者的 Wolfram 帐户,可用于在创建许可证时指定的时限内激活一个或多个 Wolfram Engine 内核.
  • 用按需许可证激活的 Wolfram Engine 内核会定期与 Wolfram 许可证服务器通信,以监视使用情况.
  • 按需许可证的费用是按预付费的方式从授权所有者的 Service Credits 中扣除的.
  • LicenseEntitlementObject[][prop] 返回授权的属性.
  • 可用 LicenseEntitlementObject[]["Properties"] 来查询授权的可用属性.
  • 常见授权属性包括:
  • "ActiveQ"如果授权是可用的且没有过期就给出 True
    "CreationDate"授权被创建的日期
    "CreditsSpent"使用授权启动的内核花费的积分数
    "EntitlementID"标识授权的字符串
    "ExpirationDate"授权过期的日期
    "LicenseExpirationDuration"使用授权创建的许可证可以运行多长时间
    "PolicyID"许可证政策 ID
    "PolicyName"可读的许可证政策名称,如果不可用则为 None
  • 与标准内核相关的属性:
  • "StandardKernelActiveCount"使用授权的正在运行的常规内核的数量
    "StandardKernelCost"使用该授权的常规内核的成本
    "StandardKernelLimit"并发常规内核的最大数量
  • 与并行子内核有关的属性:
  • "ParallelKernelActiveCount"使用授权的正在运行的子内核的数量
    "ParallelKernelCost"使用该授权的子内核的成本
    "ParallelKernelLimit"并发子内核的最大数量
  • 可通过LicensingSettings 选项将授权对象或授权 ID 提供给 RemoteBatchSubmit 及类似函数.
  • 可向 -entitlement flag 提供授权 ID 用按需许可证启动 WolframScript.
  • 可用 DeleteObject 删除 LicenseEntitlementObject.

范例

基本范例  (2)

创建授权:

给出授权的属性:

删除授权:

根据授权 ID 获取授权对象:

Wolfram Research (2020),LicenseEntitlementObject,Wolfram 语言函数,https://reference.wolfram.com/language/ref/LicenseEntitlementObject.html.

文本

Wolfram Research (2020),LicenseEntitlementObject,Wolfram 语言函数,https://reference.wolfram.com/language/ref/LicenseEntitlementObject.html.

CMS

Wolfram 语言. 2020. "LicenseEntitlementObject." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/LicenseEntitlementObject.html.

APA

Wolfram 语言. (2020). LicenseEntitlementObject. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/LicenseEntitlementObject.html 年

BibTeX

@misc{reference.wolfram_2024_licenseentitlementobject, author="Wolfram Research", title="{LicenseEntitlementObject}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/LicenseEntitlementObject.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_licenseentitlementobject, organization={Wolfram Research}, title={LicenseEntitlementObject}, year={2020}, url={https://reference.wolfram.com/language/ref/LicenseEntitlementObject.html}, note=[Accessed: 18-November-2024 ]}