Share via


EnvironmentVar Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.EnvironmentVarTypeConverter))]
public class EnvironmentVar : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IEnvironmentVar
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.EnvironmentVarTypeConverter))>]
type EnvironmentVar = class
    interface IEnvironmentVar
    interface IJsonSerializable
Public Class EnvironmentVar
Implements IEnvironmentVar
Inheritance
EnvironmentVar
Attributes
Implements

Constructors

EnvironmentVar()

Properties

Name
SecretRef
Value

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to