CognitiveServicesComputeData 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.
Cognitive Services compute resource. Supports polymorphic compute types (Cluster, ContainerInstance) via the computeType discriminator in properties.
public class CognitiveServicesComputeData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.CognitiveServicesComputeData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.CognitiveServicesComputeData>
type CognitiveServicesComputeData = class
inherit ResourceData
interface IJsonModel<CognitiveServicesComputeData>
interface IPersistableModel<CognitiveServicesComputeData>
Public Class CognitiveServicesComputeData
Inherits ResourceData
Implements IJsonModel(Of CognitiveServicesComputeData), IPersistableModel(Of CognitiveServicesComputeData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesComputeData(CognitiveServicesComputeProperties) |
Initializes a new instance of CognitiveServicesComputeData. |
Properties
| Name | Description |
|---|---|
| ETag |
Resource Etag. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Identity |
Identity for the resource. |
| Kind |
The kind (type) of compute resource. |
| Location |
The location of the compute resource. |
| Name |
The name of the resource. (Inherited from ResourceData) |
| Properties |
Polymorphic properties of the compute resource. Use computeType to select Cluster or ContainerInstance. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| Tags |
Resource tags. |