WebAppServicePlanUpdatedEventDataSku 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
WebAppServicePlanUpdatedEventDataSku() | |
WebAppServicePlanUpdatedEventDataSku(String, String, String, String, String) |
WebAppServicePlanUpdatedEventDataSku()
public WebAppServicePlanUpdatedEventDataSku ();
Public Sub New ()
S’applique à
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)
Paramètres
- name
- String
- tier
- String
- size
- String
- family
- String
- capacity
- 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