EventGridModelFactory.WebSlotSwapCompletedEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of WebSlotSwapCompletedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.WebSlotSwapCompletedEventData WebSlotSwapCompletedEventData (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 WebSlotSwapCompletedEventData : Azure.Messaging.EventGrid.SystemEvents.AppEventTypeDetail * string * string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.WebSlotSwapCompletedEventData
Public Shared Function WebSlotSwapCompletedEventData (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 WebSlotSwapCompletedEventData
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 WebSlotSwapCompletedEventData instance for mocking.
Applies to
Azure SDK for .NET