BatchVmContainerConfiguration Class

Definition

The configuration for container-enabled pools.

public class BatchVmContainerConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchVmContainerConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchVmContainerConfiguration>
public class BatchVmContainerConfiguration
type BatchVmContainerConfiguration = class
    interface IJsonModel<BatchVmContainerConfiguration>
    interface IPersistableModel<BatchVmContainerConfiguration>
type BatchVmContainerConfiguration = class
Public Class BatchVmContainerConfiguration
Implements IJsonModel(Of BatchVmContainerConfiguration), IPersistableModel(Of BatchVmContainerConfiguration)
Public Class BatchVmContainerConfiguration
Inheritance
BatchVmContainerConfiguration
Implements

Constructors

BatchVmContainerConfiguration()

Initializes a new instance of the BatchVmContainerConfiguration class.

BatchVmContainerConfiguration(BatchVmContainerType)

Initializes a new instance of BatchVmContainerConfiguration.

Properties

ContainerImageNames

This is the full image reference, as would be specified to "docker pull". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry.

ContainerRegistries

If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.

ContainerType

The container technology to be used.

Explicit Interface Implementations

IJsonModel<BatchVmContainerConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BatchVmContainerConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchVmContainerConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchVmContainerConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BatchVmContainerConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to