IEnvironmentDefinition Interface

Definition

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

Properties

CatalogName

Name of the catalog.

Description

A short description of the environment definition.

Id

The ID of the environment definition.

Name

Name of the environment definition.

Parameter

Input parameters passed to an environment.

ParametersSchema

JSON schema defining the parameters object passed to an environment.

TemplatePath

Path to the Environment Definition entrypoint file.

Uri

The unique URI of the environment definition

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to