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