Class GetPoolStartTaskResult
Inheritance
System.Object
GetPoolStartTaskResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Batch.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPoolStartTaskResult
Fields
View SourceCommandLine
The command line executed by the start task.
Declaration
public readonly string CommandLine
Field Value
| Type | Description |
|---|---|
| System.String |
Environment
A map of strings (key,value) that represents the environment variables to set in the start task.
Declaration
public readonly ImmutableDictionary<string, string> Environment
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
MaxTaskRetryCount
The number of retry count.
Declaration
public readonly int? MaxTaskRetryCount
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ResourceFiles
One or more resource_file blocks that describe the files to be downloaded to a compute node.
Declaration
public readonly ImmutableArray<GetPoolStartTaskResourceFileResult> ResourceFiles
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetPoolStartTaskResourceFileResult> |
UserIdentities
A user_identity block that describes the user identity under which the start task runs.
Declaration
public readonly ImmutableArray<GetPoolStartTaskUserIdentityResult> UserIdentities
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetPoolStartTaskUserIdentityResult> |
WaitForSuccess
A flag that indicates if the Batch pool should wait for the start task to be completed.
Declaration
public readonly bool? WaitForSuccess
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |