Share via


UserOwnedAmlWorkspace Class

Definition

The user owned AML workspace for Cognitive Services account.

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

Constructors

UserOwnedAmlWorkspace()

Initializes a new instance of UserOwnedAmlWorkspace.

Properties

IdentityClientId

Identity Client id of a AML workspace resource.

ResourceId

Full resource id of a AML workspace resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UserOwnedAmlWorkspace>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UserOwnedAmlWorkspace>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UserOwnedAmlWorkspace>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UserOwnedAmlWorkspace>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UserOwnedAmlWorkspace>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to