CognitiveServicesComputeData(CognitiveServicesComputeProperties) 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 CognitiveServicesComputeData.
public CognitiveServicesComputeData(Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeProperties properties);
new Azure.ResourceManager.CognitiveServices.CognitiveServicesComputeData : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeProperties -> Azure.ResourceManager.CognitiveServices.CognitiveServicesComputeData
Public Sub New (properties As CognitiveServicesComputeProperties)
Parameters
- properties
- CognitiveServicesComputeProperties
Polymorphic properties of the compute resource. Use computeType to select Cluster or ContainerInstance.
Exceptions
properties is null.