StorageBlobInventoryPolicyCompletedEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schema of the Data property of an EventGridEvent for an Microsoft.Storage.BlobInventoryPolicyCompleted event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.StorageBlobInventoryPolicyCompletedEventData+StorageBlobInventoryPolicyCompletedEventDataConverter))]
public class StorageBlobInventoryPolicyCompletedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.StorageBlobInventoryPolicyCompletedEventData+StorageBlobInventoryPolicyCompletedEventDataConverter))>]
type StorageBlobInventoryPolicyCompletedEventData = class
Public Class StorageBlobInventoryPolicyCompletedEventData
- Inheritance
-
StorageBlobInventoryPolicyCompletedEventData
- Attributes
Properties
AccountName |
The account name for which inventory policy is registered. |
ManifestBlobUrl |
The blob URL for manifest file for inventory run. |
PolicyRunId |
The policy run id for inventory run. |
PolicyRunStatus |
The status of inventory run, it can be Succeeded/PartiallySucceeded/Failed. |
PolicyRunStatusMessage |
The status message for inventory run. |
RuleName |
The rule name for inventory policy. |
ScheduleDateTime |
The time at which inventory policy was scheduled. |
Applies to
Azure SDK for .NET