IEnvironmentType Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to