ContainerSettings Constructors
Definition
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.
Overloads
ContainerSettings() |
Initializes a new instance of the ContainerSettings class. |
ContainerSettings(ImageSourceRegistry, String) |
Initializes a new instance of the ContainerSettings class. |
ContainerSettings()
Initializes a new instance of the ContainerSettings class.
public ContainerSettings ();
Public Sub New ()
Applies to
ContainerSettings(ImageSourceRegistry, String)
Initializes a new instance of the ContainerSettings class.
public ContainerSettings (Microsoft.Azure.Management.BatchAI.Models.ImageSourceRegistry imageSourceRegistry, string shmSize = default);
new Microsoft.Azure.Management.BatchAI.Models.ContainerSettings : Microsoft.Azure.Management.BatchAI.Models.ImageSourceRegistry * string -> Microsoft.Azure.Management.BatchAI.Models.ContainerSettings
Public Sub New (imageSourceRegistry As ImageSourceRegistry, Optional shmSize As String = Nothing)
Parameters
- imageSourceRegistry
- ImageSourceRegistry
Image source registry.
- shmSize
- String
/dev/shm size.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET