Skip to content
Docs Try Aspire

withAIFoundryRoleAssignments

Function
📦 Aspire.Hosting.Azure.AIFoundry v13.2.0-preview.1.26159.1
interface ContainerResource {
// ... omitted for brevity
withAIFoundryRoleAssignments(
target: AzureAIFoundryResource,
roles: AzureAIFoundryRole[]): IResource;
}

Signature

method withAIFoundryRoleAssignments builder
Assigns Azure AI Foundry roles to a resource
withAIFoundryRoleAssignments(
target: AzureAIFoundryResource,
roles: AzureAIFoundryRole[]): IResource
target AzureAIFoundryResource
roles AzureAIFoundryRole[]
IResource

Applies to

This function is an extension method on the following types: