BotServiceTenantAuthorizationScheme Class

Definition

The BotServiceTenantAuthorizationScheme.

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

Constructors

Name Description
BotServiceTenantAuthorizationScheme()

Initializes a new instance of BotServiceTenantAuthorizationScheme.

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<BotServiceTenantAuthorizationScheme>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<BotServiceTenantAuthorizationScheme>.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<BotServiceTenantAuthorizationScheme>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<BotServiceTenantAuthorizationScheme>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<BotServiceTenantAuthorizationScheme>.Write(ModelReaderWriterOptions)

Applies to