EnvironmentUpdate 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.
Properties of an environment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.EnvironmentUpdateTypeConverter))]
public class EnvironmentUpdate : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.EnvironmentUpdateTypeConverter))>]
type EnvironmentUpdate = class
interface IEnvironmentUpdate
interface IJsonSerializable
Public Class EnvironmentUpdate
Implements IEnvironmentUpdate
- Inheritance
-
EnvironmentUpdate
- Attributes
- Implements
Constructors
EnvironmentUpdate() |
Creates an new EnvironmentUpdate instance. |
Properties
ExpirationDate |
The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted. |
Parameter |
Parameters object for the environment. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EnvironmentUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EnvironmentUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IEnvironmentUpdate. |
FromJsonString(String) |
Creates a new instance of EnvironmentUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EnvironmentUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |