EnvironmentNextAction Class

Definition

Details about the next run of an action.

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

Constructors

EnvironmentNextAction()

Creates an new EnvironmentNextAction instance.

Properties

ScheduledTime

The time the action will be triggered (UTC).

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnvironmentNextAction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnvironmentNextAction.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnvironmentNextAction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to