Show / Hide Table of Contents

Class PoolContainerConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PoolContainerConfigurationArgs
Inherited Members
ResourceArgs.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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PoolContainerConfigurationArgs : ResourceArgs

Constructors

View Source

PoolContainerConfigurationArgs()

Declaration
public PoolContainerConfigurationArgs()

Properties

View Source

ContainerImageNames

A list of container image names to use, as would be specified by docker pull.

Declaration
public InputList<string> ContainerImageNames { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

ContainerRegistries

Additional container registries from which container images can be pulled by the pool's VMs.

Declaration
public InputList<PoolContainerConfigurationContainerRegistryArgs> ContainerRegistries { get; set; }
Property Value
Type Description
InputList<PoolContainerConfigurationContainerRegistryArgs>
View Source

Type

The type of container configuration. Possible value is DockerCompatible.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.