Share via


EventGridModelFactory.WebBackupOperationStartedEventData Method

Definition

Initializes a new instance of WebBackupOperationStartedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.WebBackupOperationStartedEventData WebBackupOperationStartedEventData (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 WebBackupOperationStartedEventData : Azure.Messaging.EventGrid.SystemEvents.AppEventTypeDetail * string * string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.WebBackupOperationStartedEventData
Public Shared Function WebBackupOperationStartedEventData (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 WebBackupOperationStartedEventData

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 WebBackupOperationStartedEventData instance for mocking.

Applies to