Partager via


EventGridModelFactory.AppServicePlanEventTypeDetail Méthode

Définition

Initialise une nouvelle instance d’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

Paramètres

stampKind
Nullable<StampKind>

Type d’environnement où se trouve le plan App Service.

action
Nullable<AppServicePlanAction>

Type d’action sur le plan App Service.

status
Nullable<AsyncStatus>

Opération asynchrone status de l’opération sur le plan App Service.

Retours

Une nouvelle AppServicePlanEventTypeDetail instance pour se moquer.

S’applique à