Batch v1 API - Class Task (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class Task : IMessage<Task>, IEquatable<Task>, IDeepCloneable<Task>, IBufferMessage, IMessageReference documentation and code samples for the Batch v1 API class Task.
A Cloud Batch task.
Namespace
Google.Cloud.Batch.V1Assembly
Google.Cloud.Batch.V1.dll
Constructors
Task()
public Task()Task(Task)
public Task(Task other)| Parameter | |
|---|---|
| Name | Description |
other |
Task |
Properties
Name
public string Name { get; set; }Task name. The name is generated from the parent TaskGroup name and 'id' field. For example: "projects/123456/locations/us-west1/jobs/job01/taskGroups/group01/tasks/task01".
| Property Value | |
|---|---|
| Type | Description |
string |
|
Status
public TaskStatus Status { get; set; }Task Status.
| Property Value | |
|---|---|
| Type | Description |
TaskStatus |
|
TaskName
public TaskName TaskName { get; set; }| Property Value | |
|---|---|
| Type | Description |
TaskName |
|