EntraAuthorizationScheme(IsolationKeySource) Constructor
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.
Initializes a new instance of EntraAuthorizationScheme.
public EntraAuthorizationScheme(Azure.AI.Projects.Agents.IsolationKeySource isolationKeySource);
new Azure.AI.Projects.Agents.EntraAuthorizationScheme : Azure.AI.Projects.Agents.IsolationKeySource -> Azure.AI.Projects.Agents.EntraAuthorizationScheme
Public Sub New (isolationKeySource As IsolationKeySource)
Parameters
- isolationKeySource
- IsolationKeySource
Exceptions
isolationKeySource is null.