Compartir a través de


EnvironmentType Class

Definition

Properties of an environment type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentTypeTypeConverter))]
public class EnvironmentType : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentTypeTypeConverter))>]
type EnvironmentType = class
    interface IEnvironmentType
    interface IJsonSerializable
Public Class EnvironmentType
Implements IEnvironmentType
Inheritance
EnvironmentType
Attributes
Implements

Constructors

EnvironmentType()

Creates an new EnvironmentType instance.

Properties

DeploymentTargetId

The ID of a subscription or management group that the environment type will be mapped to. The environment's resources will be deployed into this subscription or management group.

DisplayName

Display name of the environment type.

Name

Name of the environment type

Status

Indicates whether this environment type is enabled for use in this project.

Uri

The unique URI of the environment type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnvironmentType.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnvironmentType.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentType.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnvironmentType into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to