Share via


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>

App Service プランがある環境の種類。

action
Nullable<AppServicePlanAction>

App Service プランのアクションの種類。

status
Nullable<AsyncStatus>

App Service プランでの操作の非同期操作の状態。

戻り値

モック作成用の新しい AppServicePlanEventTypeDetail インスタンス。

適用対象