EventGridModelFactory.AppServicePlanEventTypeDetail Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET