WebAppServicePlanUpdatedEventData Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WebAppServicePlanUpdatedEventData() | |
WebAppServicePlanUpdatedEventData(AppServicePlanEventTypeDetail, WebAppServicePlanUpdatedEventDataSku, String, String, String, String, String, String) |
WebAppServicePlanUpdatedEventData()
public WebAppServicePlanUpdatedEventData ();
Public Sub New ()
S’applique à
WebAppServicePlanUpdatedEventData(AppServicePlanEventTypeDetail, WebAppServicePlanUpdatedEventDataSku, String, String, String, String, String, String)
public WebAppServicePlanUpdatedEventData (Microsoft.Azure.EventGrid.Models.AppServicePlanEventTypeDetail appServicePlanEventTypeDetail = default, Microsoft.Azure.EventGrid.Models.WebAppServicePlanUpdatedEventDataSku sku = default, string name = default, string clientRequestId = default, string correlationRequestId = default, string requestId = default, string address = default, string verb = default);
new Microsoft.Azure.EventGrid.Models.WebAppServicePlanUpdatedEventData : Microsoft.Azure.EventGrid.Models.AppServicePlanEventTypeDetail * Microsoft.Azure.EventGrid.Models.WebAppServicePlanUpdatedEventDataSku * string * string * string * string * string * string -> Microsoft.Azure.EventGrid.Models.WebAppServicePlanUpdatedEventData
Public Sub New (Optional appServicePlanEventTypeDetail As AppServicePlanEventTypeDetail = Nothing, Optional sku As WebAppServicePlanUpdatedEventDataSku = 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)
Paramètres
- appServicePlanEventTypeDetail
- AppServicePlanEventTypeDetail
- name
- String
- clientRequestId
- String
- correlationRequestId
- String
- requestId
- String
- address
- String
- verb
- String
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET