Freigeben über


EnvironmentUpdate Class

Definition

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

Name Description
EnvironmentUpdate()

Creates an new EnvironmentUpdate instance.

Properties

Name Description
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

Name Description
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.

Applies to