Share via


WorkspaceProperties Class

Definition

workspace properties.

public class WorkspaceProperties : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.WorkspaceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.WorkspaceProperties>
type WorkspaceProperties = class
    interface IJsonModel<WorkspaceProperties>
    interface IPersistableModel<WorkspaceProperties>
Public Class WorkspaceProperties
Implements IJsonModel(Of WorkspaceProperties), IPersistableModel(Of WorkspaceProperties)
Inheritance
WorkspaceProperties
Implements

Properties

ApplicationInsights

Authentication type of the connection target.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<WorkspaceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkspaceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WorkspaceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkspaceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkspaceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to