Freigeben über


EventGridModelFactory.AppServicePlanEventTypeDetail Methode

Definition

Initialisiert eine neue instance von 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

Parameter

stampKind
Nullable<StampKind>

Art der Umgebung, in der sich der App Service-Plan befindet.

action
Nullable<AppServicePlanAction>

Aktionstyp für den App Service-Plan.

status
Nullable<AsyncStatus>

Asynchroner Vorgang status des Vorgangs im App Service-Plan.

Gibt zurück

Eine neue AppServicePlanEventTypeDetail instance zum Mocking.

Gilt für: