EnvironmentUpdateProperties 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. These properties can be updated after the resource has been created.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentUpdatePropertiesTypeConverter))]
public class EnvironmentUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentUpdateProperties, Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentUpdatePropertiesTypeConverter))>]
type EnvironmentUpdateProperties = class
interface IEnvironmentUpdateProperties
interface IJsonSerializable
interface IEnvironmentPatchProperties
interface IValidates
Public Class EnvironmentUpdateProperties
Implements IEnvironmentUpdateProperties, IValidates
- Inheritance
-
EnvironmentUpdateProperties
- Attributes
- Implements
Constructors
EnvironmentUpdateProperties() |
Creates an new EnvironmentUpdateProperties 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. Can only be updated via create or replace. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EnvironmentUpdateProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EnvironmentUpdateProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentUpdateProperties. |
FromJsonString(String) |
Creates a new instance of EnvironmentUpdateProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EnvironmentUpdateProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |