ContainerConfiguration(String) Constructor
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.
Initializes a new instance of ContainerConfiguration.
public ContainerConfiguration(string image);
new Azure.AI.Projects.Agents.ContainerConfiguration : string -> Azure.AI.Projects.Agents.ContainerConfiguration
Public Sub New (image As String)
Parameters
- image
- String
The container image for the hosted agent.
Exceptions
image is null.