AzureEnvironmentResource Properties
Class Properties 3 members
Represents the root Azure deployment target for an Aspire application. Manages deployment parameters and context for Azure resources.
Gets or sets the Azure location that the resources will be deployed to.
public ParameterResource Location { get; set; } Gets or sets the Azure principal ID that will be used to deploy the resources.
public ParameterResource PrincipalId { get; set; } Gets or sets the Azure resource group name that the resources will be deployed to.
public ParameterResource ResourceGroupName { get; set; }