Share via


EventGridModelFactory.WebBackupOperationFailedEventData Method

Definition

Initializes a new instance of WebBackupOperationFailedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.WebBackupOperationFailedEventData WebBackupOperationFailedEventData (Azure.Messaging.EventGrid.SystemEvents.AppEventTypeDetail appEventTypeDetail = default, string name = default, string clientRequestId = default, string correlationRequestId = default, string requestId = default, string address = default, string verb = default);
static member WebBackupOperationFailedEventData : Azure.Messaging.EventGrid.SystemEvents.AppEventTypeDetail * string * string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.WebBackupOperationFailedEventData
Public Shared Function WebBackupOperationFailedEventData (Optional appEventTypeDetail As AppEventTypeDetail = Nothing, Optional name As String = Nothing, Optional clientRequestId As String = Nothing, Optional correlationRequestId As String = Nothing, Optional requestId As String = Nothing, Optional address As String = Nothing, Optional verb As String = Nothing) As WebBackupOperationFailedEventData

Parameters

appEventTypeDetail
AppEventTypeDetail

Detail of action on the app.

name
String

name of the web site that had this event.

clientRequestId
String

The client request id generated by the app service for the site API operation that triggered this event.

correlationRequestId
String

The correlation request id generated by the app service for the site API operation that triggered this event.

requestId
String

The request id generated by the app service for the site API operation that triggered this event.

address
String

HTTP request URL of this operation.

verb
String

HTTP verb of this operation.

Returns

A new WebBackupOperationFailedEventData instance for mocking.

Applies to