RunRequestEnvironmentVariable 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.
The RunRequestEnvironmentVariable.
public class RunRequestEnvironmentVariable : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.RunRequestEnvironmentVariable>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.RunRequestEnvironmentVariable>
type RunRequestEnvironmentVariable = class
interface IJsonModel<RunRequestEnvironmentVariable>
interface IPersistableModel<RunRequestEnvironmentVariable>
Public Class RunRequestEnvironmentVariable
Implements IJsonModel(Of RunRequestEnvironmentVariable), IPersistableModel(Of RunRequestEnvironmentVariable)
- Inheritance
-
RunRequestEnvironmentVariable
- Implements
Constructors
| Name | Description |
|---|---|
| RunRequestEnvironmentVariable(String) |
Initializes a new instance of RunRequestEnvironmentVariable. |
Properties
| Name | Description |
|---|---|
| Name |
Name of the environment variable. This must not contain any secrets. |
| Value |
Value of the environment variable. This must not contain any secrets. |