EnvironmentAction Class

Definition

An upcoming Environment Action.

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

Constructors

EnvironmentAction()

Creates an new EnvironmentAction instance.

Properties

ActionType

The action that will be taken.

LastModifiedAt

time the object was last modified.

LastModifiedBy

Object Id of the user who last modified the action.

Name

Uniquely identifies the action.

NextScheduledTime

The time the action will be triggered (UTC).

Uri

Uri of the action resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnvironmentAction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnvironmentAction.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnvironmentAction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to