DiscoveryModelFactory.RunRequestEnvironmentVariable(String, String) Method
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 static Azure.AI.Discovery.RunRequestEnvironmentVariable RunRequestEnvironmentVariable(string name = default, string value = default);
static member RunRequestEnvironmentVariable : string * string -> Azure.AI.Discovery.RunRequestEnvironmentVariable
Public Shared Function RunRequestEnvironmentVariable (Optional name As String = Nothing, Optional value As String = Nothing) As RunRequestEnvironmentVariable
Parameters
- name
- String
Name of the environment variable. This must not contain any secrets.
- value
- String
Value of the environment variable. This must not contain any secrets.
Returns
A new RunRequestEnvironmentVariable instance for mocking.