EnvironmentOutput 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.
Output from environment deployment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentOutputTypeConverter))]
public class EnvironmentOutput : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentOutput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentOutputTypeConverter))>]
type EnvironmentOutput = class
interface IEnvironmentOutput
interface IJsonSerializable
Public Class EnvironmentOutput
Implements IEnvironmentOutput
- Inheritance
-
EnvironmentOutput
- Attributes
- Implements
Constructors
EnvironmentOutput() |
Creates an new EnvironmentOutput instance. |
Properties
Sensitive |
Indicates if the value is sensitive. |
Type |
Type of the output value |
Value |
The output value |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EnvironmentOutput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EnvironmentOutput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentOutput. |
FromJsonString(String) |
Creates a new instance of EnvironmentOutput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EnvironmentOutput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |