EnvironmentTypeUpdate 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.
The environment type for partial update. Properties not provided in the update request will not be changed.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.EnvironmentTypeUpdateTypeConverter))]
public class EnvironmentTypeUpdate : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IEnvironmentTypeUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.EnvironmentTypeUpdateTypeConverter))>]
type EnvironmentTypeUpdate = class
interface IEnvironmentTypeUpdate
interface IJsonSerializable
Public Class EnvironmentTypeUpdate
Implements IEnvironmentTypeUpdate
- Inheritance
-
EnvironmentTypeUpdate
- Attributes
- Implements
Constructors
EnvironmentTypeUpdate() |
Creates an new EnvironmentTypeUpdate instance. |
Properties
DisplayName |
The display name of the environment type. |
Tag |
Resource tags. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EnvironmentTypeUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EnvironmentTypeUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IEnvironmentTypeUpdate. |
FromJsonString(String) |
Creates a new instance of EnvironmentTypeUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EnvironmentTypeUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |