HeaderIsolationKeySource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The HeaderIsolationKeySource.
public class HeaderIsolationKeySource : Azure.AI.Projects.Agents.IsolationKeySource, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.HeaderIsolationKeySource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.HeaderIsolationKeySource>
type HeaderIsolationKeySource = class
inherit IsolationKeySource
interface IJsonModel<HeaderIsolationKeySource>
interface IPersistableModel<HeaderIsolationKeySource>
Public Class HeaderIsolationKeySource
Inherits IsolationKeySource
Implements IJsonModel(Of HeaderIsolationKeySource), IPersistableModel(Of HeaderIsolationKeySource)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| HeaderIsolationKeySource(String, String) |
Initializes a new instance of HeaderIsolationKeySource. |
Properties
| Name | Description |
|---|---|
| ChatIsolationKey |
The chat isolation key header value. |
| UserIsolationKey |
The user isolation key header value. |