Batch v1 API - Class Environment (1.0.0)

public sealed class Environment : IMessage<Environment>, IEquatable<Environment>, IDeepCloneable<Environment>, IBufferMessage, IMessage

Reference documentation and code samples for the Batch v1 API class Environment.

An Environment describes a collection of environment variables to set when executing Tasks.

Inheritance

Object > Environment

Namespace

Google.Cloud.Batch.V1

Assembly

Google.Cloud.Batch.V1.dll

Constructors

Environment()

public Environment()

Environment(Environment)

public Environment(Environment other)
Parameter
NameDescription
otherEnvironment

Properties

Variables

public MapField<string, string> Variables { get; }

A map of environment variable names to values.

Property Value
TypeDescription
MapField<String, String>