EntraAuthorizationScheme Class

Definition

The EntraAuthorizationScheme.

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

Constructors

Name Description
EntraAuthorizationScheme(IsolationKeySource)

Initializes a new instance of EntraAuthorizationScheme.

Properties

Name Description
IsolationKeySource

Gets or sets the IsolationKeySource.

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

Applies to