EnvironmentTypeUpdate Class

Definition

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.

Applies to