AzureProvisioningOptions
Class sealed net8.0
Options to configure the behavior of Azure resources.
namespace Aspire.Hosting.Azure;
public sealed class AzureProvisioningOptions{ // ...}Remarks
Section titled Remarks These options can be configured using https://learn.microsoft.com/dotnet/core/extensions/options#use-di-services-to-configure-options to customize how Azure resources are provisioned.
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesProvisioningBuildOptionsgetProvisioningBuildOptions Gets the
Provisioning.ProvisioningBuildOptions which contains common settings and functionality for building Azure resources. SupportsTargetedRoleAssignmentsget; setbool Gets or sets a value indicating whether the Azure compute infrastructure supports specific role assignments from an application to an Azure resource.