Freigeben über


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.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

Name Description
EnvironmentTypeUpdateProperties()

Creates an new EnvironmentTypeUpdateProperties instance.

Properties

Name Description
DisplayName

The display name of the environment type.

Methods

Name Description
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.

Applies to