ContainerInstanceComputeProperties(String, 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 ContainerInstanceComputeProperties.
public ContainerInstanceComputeProperties(string targetClusterId, string imageLink);
new Azure.ResourceManager.CognitiveServices.Models.ContainerInstanceComputeProperties : string * string -> Azure.ResourceManager.CognitiveServices.Models.ContainerInstanceComputeProperties
Public Sub New (targetClusterId As String, imageLink As String)
Parameters
- targetClusterId
- String
ARM resource ID of the parent cluster that hosts this container instance.
- imageLink
- String
Container image URI (e.g., MCR or ACR image path) for the container instance.
Exceptions
targetClusterId or imageLink is null.