ArmContainerInstanceModelFactory.ContainerEnvironmentVariable Method

Definition

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.

Applies to