Show / Hide Table of Contents

Class PoolContainerConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PoolContainerConfigurationGetArgs
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 PoolContainerConfigurationGetArgs : ResourceArgs

Constructors

View Source

PoolContainerConfigurationGetArgs()

Declaration
public PoolContainerConfigurationGetArgs()

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<PoolContainerConfigurationContainerRegistryGetArgs> ContainerRegistries { get; set; }
Property Value
Type Description
InputList<PoolContainerConfigurationContainerRegistryGetArgs>
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.