BotServiceAuthorizationScheme Class

Definition

The BotServiceAuthorizationScheme.

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

Constructors

Name Description
BotServiceAuthorizationScheme()

Initializes a new instance of BotServiceAuthorizationScheme.

Methods

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

Explicit Interface Implementations

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

Applies to