ClusterComputeProperties 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 ClusterComputeProperties.
public ClusterComputeProperties(System.Collections.Generic.IEnumerable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputePool> pools);
new Azure.ResourceManager.CognitiveServices.Models.ClusterComputeProperties : seq<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputePool> -> Azure.ResourceManager.CognitiveServices.Models.ClusterComputeProperties
Public Sub New (pools As IEnumerable(Of CognitiveServicesComputePool))
Parameters
Pools attached to this compute cluster.
Exceptions
pools is null.