Condividi tramite


IEnvironmentVariable Interface

Definition

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

Properties

Name

Environment variable name

Value

Environment variable value

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to