IEnvironmentDefinition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |