ProjectsAgentsModelFactory.IsolationKeySource(String) Method
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 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.