Class PoolContainerConfigurationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PoolContainerConfigurationArgs : ResourceArgs
Constructors
View SourcePoolContainerConfigurationArgs()
Declaration
public PoolContainerConfigurationArgs()
Properties
View SourceContainerImageNames
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> |
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> |
Type
The type of container configuration. Possible value is DockerCompatible.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |