WebSlotSwapCompletedEventData Constructors
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.
Overloads
WebSlotSwapCompletedEventData() | |
WebSlotSwapCompletedEventData(AppEventTypeDetail, String, String, String, String, String, String) |
WebSlotSwapCompletedEventData()
public WebSlotSwapCompletedEventData ();
Public Sub New ()
Applies to
WebSlotSwapCompletedEventData(AppEventTypeDetail, String, String, String, String, String, String)
public WebSlotSwapCompletedEventData (Microsoft.Azure.EventGrid.Models.AppEventTypeDetail appEventTypeDetail = default, string name = default, string clientRequestId = default, string correlationRequestId = default, string requestId = default, string address = default, string verb = default);
new Microsoft.Azure.EventGrid.Models.WebSlotSwapCompletedEventData : Microsoft.Azure.EventGrid.Models.AppEventTypeDetail * string * string * string * string * string * string -> Microsoft.Azure.EventGrid.Models.WebSlotSwapCompletedEventData
Public Sub New (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)
Parameters
- appEventTypeDetail
- AppEventTypeDetail
- name
- String
- clientRequestId
- String
- correlationRequestId
- String
- requestId
- String
- address
- String
- verb
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET