AzureBicepResourceScope
Class sealed net8.0
Represents the scope associated with the resource.
namespace Aspire.Hosting.Azure;
public sealed class AzureBicepResourceScope{ // ...}Constructors2
Section titled ConstructorsAzureBicepResourceScope(object) Represents the scope associated with the resource.
AzureBicepResourceScope(object, object) Initializes a new instance of the
AzureBicepResourceScope class. Properties2
Section titled PropertiesResourceGroupgetobject Represents the resource group to encode in the scope.
Subscriptiongetobject? Represents the subscription to encode in the scope.