Batch v1 API - Class Environment (1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class Environment : IMessage<Environment>, IEquatable<Environment>, IDeepCloneable<Environment>, IBufferMessage, IMessageReference documentation and code samples for the Batch v1 API class Environment.
An Environment describes a collection of environment variables to set when executing Tasks.
Implements
IMessage<Environment>, IEquatable<Environment>, IDeepCloneable<Environment>, IBufferMessage, IMessageNamespace
Google.Cloud.Batch.V1Assembly
Google.Cloud.Batch.V1.dll
Constructors
Environment()
public Environment()Environment(Environment)
public Environment(Environment other)| Parameter | |
|---|---|
| Name | Description |
other |
Environment |
Properties
Variables
public MapField<string, string> Variables { get; }A map of environment variable names to values.
| Property Value | |
|---|---|
| Type | Description |
MapField<String, String> |
|