WebAppServicePlanUpdatedEventData Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
WebAppServicePlanUpdatedEventData() | |
WebAppServicePlanUpdatedEventData(AppServicePlanEventTypeDetail, WebAppServicePlanUpdatedEventDataSku, String, String, String, String, String, String) |
WebAppServicePlanUpdatedEventData()
public WebAppServicePlanUpdatedEventData ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- appServicePlanEventTypeDetail
- AppServicePlanEventTypeDetail
- name
- String
- clientRequestId
- String
- correlationRequestId
- String
- requestId
- String
- address
- String
- verb
- String
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET