你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventGridModelFactory.AppServicePlanEventTypeDetail 方法

定义

初始化 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

参数

stampKind
Nullable<StampKind>

应用服务计划所在的环境类型。

action
Nullable<AppServicePlanAction>

应用服务计划的操作类型。

status
Nullable<AsyncStatus>

应用服务计划上操作的异步操作状态。

返回

用于模拟的新 AppServicePlanEventTypeDetail 实例。

适用于