IWithEnvironmentVariables<ParentT> Interface
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 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. |