ClusterComputeProperties Class

Definition

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
ClusterComputeProperties
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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ClusterComputeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ClusterComputeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<CognitiveServicesComputeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from CognitiveServicesComputeProperties)
IJsonModel<CognitiveServicesComputeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from CognitiveServicesComputeProperties)
IPersistableModel<ClusterComputeProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ClusterComputeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ClusterComputeProperties>.Write(ModelReaderWriterOptions)
IPersistableModel<CognitiveServicesComputeProperties>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from CognitiveServicesComputeProperties)
IPersistableModel<CognitiveServicesComputeProperties>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from CognitiveServicesComputeProperties)
IPersistableModel<CognitiveServicesComputeProperties>.Write(ModelReaderWriterOptions) (Inherited from CognitiveServicesComputeProperties)

Applies to