ClusterComputeProperties Class
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.
Properties for a Cluster (AKS-backed) compute resource.
public class ClusterComputeProperties : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.ClusterComputeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.ClusterComputeProperties>
type ClusterComputeProperties = class
inherit CognitiveServicesComputeProperties
interface IJsonModel<ClusterComputeProperties>
interface IPersistableModel<ClusterComputeProperties>
Public Class ClusterComputeProperties
Inherits CognitiveServicesComputeProperties
Implements IJsonModel(Of ClusterComputeProperties), IPersistableModel(Of ClusterComputeProperties)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ClusterComputeProperties(IEnumerable<CognitiveServicesComputePool>) |
Initializes a new instance of ClusterComputeProperties. |
Properties
| Name | Description |
|---|---|
| CreatedOn |
Creation time of the compute resource. (Inherited from CognitiveServicesComputeProperties) |
| Errors |
Error details for the compute resource. (Inherited from CognitiveServicesComputeProperties) |
| Pools |
Pools attached to this compute cluster. |
| ProvisioningState |
Provisioning state of the compute resource. (Inherited from CognitiveServicesComputeProperties) |
| SubnetArmId |
ARM ID of the subnet used for compute. |