Share via


EventGridModelFactory.AppServicePlanEventTypeDetail Method

Definition

Initializes a new instance of AppServicePlanEventTypeDetail.

public static Azure.Messaging.EventGrid.SystemEvents.AppServicePlanEventTypeDetail AppServicePlanEventTypeDetail (Azure.Messaging.EventGrid.SystemEvents.StampKind? stampKind = default, Azure.Messaging.EventGrid.SystemEvents.AppServicePlanAction? action = default, Azure.Messaging.EventGrid.SystemEvents.AsyncStatus? status = default);
static member AppServicePlanEventTypeDetail : Nullable<Azure.Messaging.EventGrid.SystemEvents.StampKind> * Nullable<Azure.Messaging.EventGrid.SystemEvents.AppServicePlanAction> * Nullable<Azure.Messaging.EventGrid.SystemEvents.AsyncStatus> -> Azure.Messaging.EventGrid.SystemEvents.AppServicePlanEventTypeDetail
Public Shared Function AppServicePlanEventTypeDetail (Optional stampKind As Nullable(Of StampKind) = Nothing, Optional action As Nullable(Of AppServicePlanAction) = Nothing, Optional status As Nullable(Of AsyncStatus) = Nothing) As AppServicePlanEventTypeDetail

Parameters

stampKind
Nullable<StampKind>

Kind of environment where app service plan is.

action
Nullable<AppServicePlanAction>

Type of action on the app service plan.

status
Nullable<AsyncStatus>

Asynchronous operation status of the operation on the app service plan.

Returns

A new AppServicePlanEventTypeDetail instance for mocking.

Applies to