Compartir a través de


DevBoxNextAction Class

Definition

Details about the next run of an action.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.DevBoxNextActionTypeConverter))]
public class DevBoxNextAction : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IDevBoxNextAction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.DevBoxNextActionTypeConverter))>]
type DevBoxNextAction = class
    interface IDevBoxNextAction
    interface IJsonSerializable
Public Class DevBoxNextAction
Implements IDevBoxNextAction
Inheritance
DevBoxNextAction
Attributes
Implements

Constructors

DevBoxNextAction()

Creates an new DevBoxNextAction instance.

Properties

ScheduledTime

The time the action will be triggered (UTC).

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DevBoxNextAction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DevBoxNextAction.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IDevBoxNextAction.

FromJsonString(String)

Creates a new instance of DevBoxNextAction, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DevBoxNextAction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to