Compartir a través de


EnvironmentOutputs1 Class

Definition

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.

Applies to