你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Trigger Class

Trigger.

Inheritance
azure.mgmt.keyvault._serialization.Model
Trigger

Constructor

Trigger(*, time_after_create: str | None = None, time_before_expiry: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
time_after_create
str

The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.

time_before_expiry
str

The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.

Variables

Name Description
time_after_create
str

The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.

time_before_expiry
str

The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.