EventGridModelFactory.WebSlotSwapStartedEventData Method

Definition

Initializes a new instance of WebSlotSwapStartedEventData.

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

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

Applies to