EnvironmentVariable 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.
Model representing an environment variable.
public class EnvironmentVariable : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.EnvironmentVariable>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.EnvironmentVariable>
type EnvironmentVariable = class
interface IJsonModel<EnvironmentVariable>
interface IPersistableModel<EnvironmentVariable>
Public Class EnvironmentVariable
Implements IJsonModel(Of EnvironmentVariable), IPersistableModel(Of EnvironmentVariable)
- Inheritance
-
EnvironmentVariable
- Implements
Constructors
| Name | Description |
|---|---|
| EnvironmentVariable(String, String) |
Initializes a new instance of EnvironmentVariable. |
Properties
| Name | Description |
|---|---|
| Name |
Environment variable name. |
| Value |
Environment variable value. |