Class GetPoolResult
Inheritance
System.Object
GetPoolResult
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()
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPoolResult
Fields
View Source
AccountName
The name of the Batch account.
Declaration
public readonly string AccountName
Field Value
| Type |
Description |
| System.String |
|
View Source
AutoScales
A auto_scale block that describes the scale settings when using auto scale.
Declaration
public readonly ImmutableArray<GetPoolAutoScaleResult> AutoScales
Field Value
View Source
Certificates
One or more certificate blocks that describe the certificates installed on each compute node in the pool.
Declaration
public readonly ImmutableArray<GetPoolCertificateResult> Certificates
Field Value
View Source
ContainerConfigurations
The container configuration used in the pool's VMs.
Declaration
public readonly ImmutableArray<GetPoolContainerConfigurationResult> ContainerConfigurations
Field Value
View Source
DisplayName
Declaration
public readonly string DisplayName
Field Value
| Type |
Description |
| System.String |
|
View Source
FixedScales
A fixed_scale block that describes the scale settings when using fixed scale.
Declaration
public readonly ImmutableArray<GetPoolFixedScaleResult> FixedScales
Field Value
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
MaxTasksPerNode
The maximum number of tasks that can run concurrently on a single compute node in the pool.
Declaration
public readonly int MaxTasksPerNode
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Declaration
public readonly ImmutableDictionary<string, string> Metadata
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
|
View Source
Name
The name of the endpoint.
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
NetworkConfiguration
Declaration
public readonly GetPoolNetworkConfigurationResult NetworkConfiguration
Field Value
View Source
NodeAgentSkuId
The Sku of the node agents in the Batch pool.
Declaration
public readonly string NodeAgentSkuId
Field Value
| Type |
Description |
| System.String |
|
View Source
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type |
Description |
| System.String |
|
View Source
StartTask
A start_task block that describes the start task settings for the Batch pool.
Declaration
public readonly GetPoolStartTaskResult StartTask
Field Value
View Source
StorageImageReferences
The reference of the storage image used by the nodes in the Batch pool.
Declaration
public readonly ImmutableArray<GetPoolStorageImageReferenceResult> StorageImageReferences
Field Value
View Source
VmSize
The size of the VM created in the Batch pool.
Declaration
public readonly string VmSize
Field Value
| Type |
Description |
| System.String |
|