Show / Hide Table of Contents

Class GetPoolArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPoolArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetPoolArgs()

Declaration
public GetPoolArgs()

Properties

View Source

AccountName

The name of the Batch account.

Declaration
public string AccountName { get; set; }
Property Value
Type Description
System.String
View Source

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>
View Source

Name

The name of the endpoint.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

NetworkConfiguration

Declaration
public GetPoolNetworkConfigurationArgs NetworkConfiguration { get; set; }
Property Value
Type Description
GetPoolNetworkConfigurationArgs
View Source

ResourceGroupName

Declaration
public string ResourceGroupName { get; set; }
Property Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.