Freigeben über


EnvironmentTypeProperties Class

Definition

Properties of an environment type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.EnvironmentTypePropertiesTypeConverter))]
public class EnvironmentTypeProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentTypeProperties, Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.EnvironmentTypePropertiesTypeConverter))>]
type EnvironmentTypeProperties = class
    interface IEnvironmentTypeProperties
    interface IJsonSerializable
    interface IEnvironmentTypeUpdateProperties
    interface IValidates
Public Class EnvironmentTypeProperties
Implements IEnvironmentTypeProperties, IValidates
Inheritance
EnvironmentTypeProperties
Attributes
Implements

Constructors

Name Description
EnvironmentTypeProperties()

Creates an new EnvironmentTypeProperties instance.

Properties

Name Description
DisplayName

The display name of the environment type.

ProvisioningState

The provisioning state of the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnvironmentTypeProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnvironmentTypeProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEnvironmentTypeProperties.

FromJsonString(String)

Creates a new instance of EnvironmentTypeProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnvironmentTypeProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to