Share via


CognitiveServicesProjectProperties Class

Definition

Properties of Cognitive Services Project'.

public class CognitiveServicesProjectProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesProjectProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesProjectProperties>
type CognitiveServicesProjectProperties = class
    interface IJsonModel<CognitiveServicesProjectProperties>
    interface IPersistableModel<CognitiveServicesProjectProperties>
Public Class CognitiveServicesProjectProperties
Implements IJsonModel(Of CognitiveServicesProjectProperties), IPersistableModel(Of CognitiveServicesProjectProperties)
Inheritance
CognitiveServicesProjectProperties
Implements

Constructors

CognitiveServicesProjectProperties()

Initializes a new instance of CognitiveServicesProjectProperties.

Properties

Description

The description of the Cognitive Services Project.

DisplayName

The display name of the Cognitive Services Project.

Endpoints

The list of endpoint for this Cognitive Services Project.

IsDefault

Indicates whether the project is the default project for the account.

ProvisioningState

Gets the status of the cognitive services project at the time the operation was called.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CognitiveServicesProjectProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CognitiveServicesProjectProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesProjectProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesProjectProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CognitiveServicesProjectProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to