EventGridModelFactory.WebAppServicePlanUpdatedEventDataSku Méthode
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.
Initialise une nouvelle instance de WebAppServicePlanUpdatedEventDataSku.
public static Azure.Messaging.EventGrid.SystemEvents.WebAppServicePlanUpdatedEventDataSku WebAppServicePlanUpdatedEventDataSku (string name = default, string tier = default, string size = default, string family = default, string capacity = default);
static member WebAppServicePlanUpdatedEventDataSku : string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.WebAppServicePlanUpdatedEventDataSku
Public Shared Function WebAppServicePlanUpdatedEventDataSku (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) As WebAppServicePlanUpdatedEventDataSku
Paramètres
- name
- String
nom de la référence SKU du plan App Service.
- tier
- String
niveau de la référence sku du plan App Service.
- size
- String
taille de la référence sku du plan App Service.
- family
- String
famille de référence sku de plan App Service.
- capacity
- String
capacité de la référence SKU du plan App Service.
Retours
Une nouvelle WebAppServicePlanUpdatedEventDataSku instance de moqueries.
S’applique à
Azure SDK for .NET