EnvironmentTypeUpdateProperties Class

Definition

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.Api20231001Preview.EnvironmentTypeUpdatePropertiesTypeConverter))]
public class EnvironmentTypeUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IEnvironmentTypeUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.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.Api20231001Preview.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.

Applies to