EnvironmentTypeUpdateProperties 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 type. These properties can be updated after the resource has been created.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.EnvironmentTypeUpdatePropertiesTypeConverter))]
public class EnvironmentTypeUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentTypeUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.EnvironmentTypeUpdatePropertiesTypeConverter))>]
type EnvironmentTypeUpdateProperties = class
interface IEnvironmentTypeUpdateProperties
interface IJsonSerializable
Public Class EnvironmentTypeUpdateProperties
Implements IEnvironmentTypeUpdateProperties
- Inheritance
-
EnvironmentTypeUpdateProperties
- Attributes
- Implements
Constructors
EnvironmentTypeUpdateProperties() |
Creates an new EnvironmentTypeUpdateProperties instance. |
Properties
DisplayName |
The display name of the environment type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EnvironmentTypeUpdateProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EnvironmentTypeUpdateProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentTypeUpdateProperties. |
FromJsonString(String) |
Creates a new instance of EnvironmentTypeUpdateProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EnvironmentTypeUpdateProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |