ProjectsAgentsModelFactory.IsolationKeySource(String) Method

Definition

The IsolationKeySource. Please note this is the abstract base class. The derived classes available for instantiation are: EntraIsolationKeySource and HeaderIsolationKeySource.

public static Azure.AI.Projects.Agents.IsolationKeySource IsolationKeySource(string kind = default);
static member IsolationKeySource : string -> Azure.AI.Projects.Agents.IsolationKeySource
Public Shared Function IsolationKeySource (Optional kind As String = Nothing) As IsolationKeySource

Parameters

kind
String

Returns

A new IsolationKeySource instance for mocking.

Applies to