IWithEnvironmentVariables<ParentT> Interface

Definition

The stage of the container instance definition allowing to specify the environment variables.

public interface IWithEnvironmentVariables<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithEnvironmentVariables<'ParentT> = interface
    interface IBeta
Public Interface IWithEnvironmentVariables(Of ParentT)
Implements IBeta

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

WithEnvironmentVariable(String, String)

Specifies the environment variable.

WithEnvironmentVariables(IDictionary<String,String>)

Specifies the environment variables.

WithEnvironmentVariablesWithSecuredValue(IDictionary<String,String>)

Specifies a collection of name and secure value pairs for the environment variables.

WithEnvironmentVariableWithSecuredValue(String, String)

Specifies the environment variable that has a secured value.

Applies to