Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BatchVmContainerConfiguration Class

Definition

Namespace:
Azure.ResourceManager.Batch.Models
Assembly:
Azure.ResourceManager.Batch.dll
Package:
Azure.ResourceManager.Batch v1.7.0
Package:
Azure.ResourceManager.Batch v1.3.0-beta.1
Source:
BatchVmContainerConfiguration.cs
Source:
BatchVmContainerConfiguration.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Name Description
BatchVmContainerConfiguration()

Initializes a new instance of the BatchVmContainerConfiguration class.

BatchVmContainerConfiguration(BatchVmContainerType)

Initializes a new instance of BatchVmContainerConfiguration.

Properties

Name Description
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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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


Feedback

Was this page helpful?