Show / Hide Table of Contents

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 Source

ContainerImageNames

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

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

Type

The type of container configuration. Possible value is DockerCompatible.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.