Share via


BatchTaskContainerSettings(String) Constructor

Definition

Initializes a new instance of BatchTaskContainerSettings.

public BatchTaskContainerSettings (string imageName);
new Azure.ResourceManager.Batch.Models.BatchTaskContainerSettings : string -> Azure.ResourceManager.Batch.Models.BatchTaskContainerSettings
Public Sub New (imageName As String)

Parameters

imageName
String

This is the full image reference, as would be specified to "docker pull". If no tag is provided as part of the image name, the tag ":latest" is used as a default.

Exceptions

imageName is null.

Applies to