次の方法で共有


EventGridModelFactory.StorageBlobInventoryPolicyCompletedEventData メソッド

定義

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

パラメーター

scheduleDateTime
Nullable<DateTimeOffset>

インベントリ ポリシーがスケジュールされた時刻。

accountName
String

インベントリ ポリシーが登録されているアカウント名。

ruleName
String

インベントリ ポリシーのルール名。

policyRunStatus
String

インベントリ実行の状態は、Succeeded/PartiallySucceeded/Failed です。

policyRunStatusMessage
String

インベントリ実行のステータス メッセージ。

policyRunId
String

インベントリ実行のポリシー実行 ID。

manifestBlobUrl
String

インベントリ実行用のマニフェスト ファイルの BLOB URL。

戻り値

モック作成用の新しい StorageBlobInventoryPolicyCompletedEventData インスタンス。

適用対象