EnvironmentOutputs1 Class
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.
Outputs from environment deployment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentOutputs1TypeConverter))]
public class EnvironmentOutputs1 : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentOutputs1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentOutputs1TypeConverter))>]
type EnvironmentOutputs1 = class
interface IEnvironmentOutputs1
interface IJsonSerializable
Public Class EnvironmentOutputs1
Implements IEnvironmentOutputs1
- Inheritance
-
EnvironmentOutputs1
- Attributes
- Implements
Constructors
EnvironmentOutputs1() |
Creates an new EnvironmentOutputs1 instance. |
Properties
Output |
The outputs Names and Values |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EnvironmentOutputs1. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EnvironmentOutputs1. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentOutputs1. |
FromJsonString(String) |
Creates a new instance of EnvironmentOutputs1, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EnvironmentOutputs1 into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |