EnvironmentVariable Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.EnvironmentVariableTypeConverter))]
public class EnvironmentVariable : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IEnvironmentVariable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.EnvironmentVariableTypeConverter))>]
type EnvironmentVariable = class
    interface IEnvironmentVariable
    interface IJsonSerializable
Public Class EnvironmentVariable
Implements IEnvironmentVariable
Inheritance
EnvironmentVariable
Attributes
Implements

Constructors

EnvironmentVariable()

Creates an new EnvironmentVariable instance.

Properties

Name

Environment variable name

Value

Environment variable value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnvironmentVariable.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnvironmentVariable.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IEnvironmentVariable.

FromJsonString(String)

Creates a new instance of EnvironmentVariable, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnvironmentVariable into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to