StorageBlobInventoryPolicyCompletedEventData interface
Schema of the Data property of an EventGridEvent for an Microsoft.Storage.BlobInventoryPolicyCompleted event.
Properties
account |
The account name for which inventory policy is registered. |
manifest |
The blob URL for manifest file for inventory run. |
policy |
The policy run id for inventory run. |
policy |
The status of inventory run, it can be Succeeded/PartiallySucceeded/Failed. |
policy |
The status message for inventory run. |
rule |
The rule name for inventory policy. |
schedule |
The time at which inventory policy was scheduled. |
Property Details
accountName
The account name for which inventory policy is registered.
accountName: string
Property Value
string
manifestBlobUrl
The blob URL for manifest file for inventory run.
manifestBlobUrl: string
Property Value
string
policyRunId
The policy run id for inventory run.
policyRunId: string
Property Value
string
policyRunStatus
The status of inventory run, it can be Succeeded/PartiallySucceeded/Failed.
policyRunStatus: string
Property Value
string
policyRunStatusMessage
The status message for inventory run.
policyRunStatusMessage: string
Property Value
string
ruleName
The rule name for inventory policy.
ruleName: string
Property Value
string
scheduleDateTime
The time at which inventory policy was scheduled.
scheduleDateTime: string
Property Value
string