AzureResourceExtensions
Class static net8.0
Provides extension methods for adding Azure resources to the application model.
namespace Aspire.Hosting;
public static class AzureResourceExtensions{ // ...}Methods3
Section titled MethodsClearDefaultRoleAssignments(IResourceBuilder<T>)extensionats exportIResourceBuilder<T> Clears all default role assignments for the specified Azure resource.
GetBicepIdentifier(IAzureResource)extensionats exportstring Gets the Bicep identifier for the Azure resource.
PublishAsConnectionString(IResourceBuilder<T>)extensionats exportIResourceBuilder<T> Changes the resource to be published as a connection string reference in the manifest.