Class GetPoolArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPoolArgs : InvokeArgs
Constructors
View SourceGetPoolArgs()
Declaration
public GetPoolArgs()
Properties
View SourceAccountName
The name of the Batch account.
Declaration
public string AccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Certificates
One or more certificate blocks that describe the certificates installed on each compute node in the pool.
Declaration
public List<GetPoolCertificateArgs> Certificates { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetPoolCertificateArgs> |
Name
The name of the endpoint.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NetworkConfiguration
Declaration
public GetPoolNetworkConfigurationArgs NetworkConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| GetPoolNetworkConfigurationArgs |
ResourceGroupName
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StartTask
A start_task block that describes the start task settings for the Batch pool.
Declaration
public GetPoolStartTaskArgs StartTask { get; set; }
Property Value
| Type | Description |
|---|---|
| GetPoolStartTaskArgs |