Class PoolContainerConfiguration
Inheritance
System.Object
PoolContainerConfiguration
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PoolContainerConfiguration
Fields
View SourceContainerImageNames
A list of container image names to use, as would be specified by docker pull.
Declaration
public readonly ImmutableArray<string> ContainerImageNames
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ContainerRegistries
Additional container registries from which container images can be pulled by the pool's VMs.
Declaration
public readonly ImmutableArray<PoolContainerConfigurationContainerRegistry> ContainerRegistries
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<PoolContainerConfigurationContainerRegistry> |
Type
The type of container configuration. Possible value is DockerCompatible.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |