StorageBlobInventoryPolicyCompletedEventData interface
Microsoft.Storage.BlobInventoryPolicyCompleted 事件的 EventGridEvent 的数据属性的架构。
属性
| account |
为其注册清单策略的帐户名称。 |
| manifest |
有关清单运行的清单文件的 Blob URL。 |
| policy |
清单运行的策略运行 ID。 |
| policy |
清单运行的状态,可以是 Succeeded/PartiallySucceeded/Failed。 |
| policy |
清单运行的状态消息。 |
| rule |
清单策略的规则名称。 |
| schedule |
计划清单策略的时间。 |
属性详细信息
accountName
为其注册清单策略的帐户名称。
accountName?: string
属性值
string
manifestBlobUrl
有关清单运行的清单文件的 Blob URL。
manifestBlobUrl?: string
属性值
string
policyRunId
清单运行的策略运行 ID。
policyRunId?: string
属性值
string
policyRunStatus
清单运行的状态,可以是 Succeeded/PartiallySucceeded/Failed。
policyRunStatus?: string
属性值
string
policyRunStatusMessage
清单运行的状态消息。
policyRunStatusMessage?: string
属性值
string
ruleName
清单策略的规则名称。
ruleName?: string
属性值
string
scheduleDateTime
计划清单策略的时间。
scheduleDateTime: Date
属性值
Date