EventGridModelFactory.WebAppServicePlanUpdatedEventDataSku Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- name
- String
name of app service plan sku.
- tier
- String
tier of app service plan sku.
- size
- String
size of app service plan sku.
- family
- String
family of app service plan sku.
- capacity
- String
capacity of app service plan sku.
Returns
A new WebAppServicePlanUpdatedEventDataSku instance for mocking.