EnvironmentAction Class
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.
An upcoming Environment Action.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.EnvironmentActionTypeConverter))]
public class EnvironmentAction : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IEnvironmentAction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.EnvironmentActionTypeConverter))>]
type EnvironmentAction = class
interface IEnvironmentAction
interface IJsonSerializable
Public Class EnvironmentAction
Implements IEnvironmentAction
- Inheritance
-
EnvironmentAction
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| EnvironmentAction() |
Creates an new EnvironmentAction instance. |
Properties
| Name | Description |
|---|---|
| ActionType |
The action that will be taken. |
| LastModifiedAt |
Time the object was last modified, in RFC3339 format. |
| 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), in RFC3339 format. |
| Uri |
Uri of the action resource. |
Methods
| Name | Description |
|---|---|
| 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.Api20250401Preview.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. |