ManagedAgentIdentityBlueprintReference(String) 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 ManagedAgentIdentityBlueprintReference.
public ManagedAgentIdentityBlueprintReference(string blueprintId);
new Azure.AI.Projects.Agents.ManagedAgentIdentityBlueprintReference : string -> Azure.AI.Projects.Agents.ManagedAgentIdentityBlueprintReference
Public Sub New (blueprintId As String)
Parameters
- blueprintId
- String
The ID of the managed blueprint.
Exceptions
blueprintId is null.