ArmContainerInstanceModelFactory.ContainerEnvironmentVariable 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.
public static Azure.ResourceManager.ContainerInstance.Models.ContainerEnvironmentVariable ContainerEnvironmentVariable(string name = default, string value = default, string secureValue = default, string secureValueReference = default);
static member ContainerEnvironmentVariable : string * string * string * string -> Azure.ResourceManager.ContainerInstance.Models.ContainerEnvironmentVariable
Public Shared Function ContainerEnvironmentVariable (Optional name As String = Nothing, Optional value As String = Nothing, Optional secureValue As String = Nothing, Optional secureValueReference As String = Nothing) As ContainerEnvironmentVariable
Parameters
- name
- String
The name of the environment variable.
- value
- String
The value of the environment variable.
- secureValue
- String
The value of the secure environment variable.
- secureValueReference
- String
The reference of the secure environment variable.
Returns
A new ContainerEnvironmentVariable instance for mocking.