EventGridModelFactory.StorageBlobInventoryPolicyCompletedEventData Method

Definition

Initializes a new instance of StorageBlobInventoryPolicyCompletedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.StorageBlobInventoryPolicyCompletedEventData StorageBlobInventoryPolicyCompletedEventData (DateTimeOffset? scheduleDateTime = default, string accountName = default, string ruleName = default, string policyRunStatus = default, string policyRunStatusMessage = default, string policyRunId = default, string manifestBlobUrl = default);
static member StorageBlobInventoryPolicyCompletedEventData : Nullable<DateTimeOffset> * string * string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.StorageBlobInventoryPolicyCompletedEventData
Public Shared Function StorageBlobInventoryPolicyCompletedEventData (Optional scheduleDateTime As Nullable(Of DateTimeOffset) = Nothing, Optional accountName As String = Nothing, Optional ruleName As String = Nothing, Optional policyRunStatus As String = Nothing, Optional policyRunStatusMessage As String = Nothing, Optional policyRunId As String = Nothing, Optional manifestBlobUrl As String = Nothing) As StorageBlobInventoryPolicyCompletedEventData

Parameters

scheduleDateTime
Nullable<DateTimeOffset>

The time at which inventory policy was scheduled.

accountName
String

The account name for which inventory policy is registered.

ruleName
String

The rule name for inventory policy.

policyRunStatus
String

The status of inventory run, it can be Succeeded/PartiallySucceeded/Failed.

policyRunStatusMessage
String

The status message for inventory run.

policyRunId
String

The policy run id for inventory run.

manifestBlobUrl
String

The blob URL for manifest file for inventory run.

Returns

A new StorageBlobInventoryPolicyCompletedEventData instance for mocking.

Applies to