CognitiveServicesWorkbenchData(CognitiveServicesWorkbenchProperties) 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 CognitiveServicesWorkbenchData.
public CognitiveServicesWorkbenchData(Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesWorkbenchProperties properties);
new Azure.ResourceManager.CognitiveServices.CognitiveServicesWorkbenchData : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesWorkbenchProperties -> Azure.ResourceManager.CognitiveServices.CognitiveServicesWorkbenchData
Public Sub New (properties As CognitiveServicesWorkbenchProperties)
Parameters
- properties
- CognitiveServicesWorkbenchProperties
Properties of the workbench resource.
Exceptions
properties is null.