CognitiveServicesWorkbenchProperties(String, String) Constructor

Definition

Initializes a new instance of CognitiveServicesWorkbenchProperties.

public CognitiveServicesWorkbenchProperties(string targetClusterId, string imageLink);
new Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesWorkbenchProperties : string * string -> Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesWorkbenchProperties
Public Sub New (targetClusterId As String, imageLink As String)

Parameters

targetClusterId
String

ARM resource ID of the parent cluster that hosts this workbench.

imageLink
String

Container image URI (e.g., MCR or ACR image path) for the workbench.

Exceptions

targetClusterId or imageLink is null.

Applies to