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

IEnvironmentDefinition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.EnvironmentDefinitionTypeConverter))]
public interface IEnvironmentDefinition : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.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