WebAppServicePlanUpdatedEventDataSku 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
WebAppServicePlanUpdatedEventDataSku() | |
WebAppServicePlanUpdatedEventDataSku(String, String, String, String, String) |
WebAppServicePlanUpdatedEventDataSku()
public WebAppServicePlanUpdatedEventDataSku ();
Public Sub New ()
Aplica-se a
WebAppServicePlanUpdatedEventDataSku(String, String, String, String, String)
public WebAppServicePlanUpdatedEventDataSku (string name = default, string tier = default, string size = default, string family = default, string capacity = default);
new Microsoft.Azure.EventGrid.Models.WebAppServicePlanUpdatedEventDataSku : string * string * string * string * string -> Microsoft.Azure.EventGrid.Models.WebAppServicePlanUpdatedEventDataSku
Public Sub New (Optional name As String = Nothing, Optional tier As String = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional capacity As String = Nothing)
Parâmetros
- name
- String
- tier
- String
- size
- String
- family
- String
- capacity
- 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