你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.Api20240501Preview.EnvironmentTypeUpdateTypeConverter))]
public class EnvironmentTypeUpdate : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentTypeUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.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.Api20240501Preview.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