Skip to content
DocsTry Aspire
DocsTry

AzureBicepResourceScope Constructors

ClassConstructors2 members
Represents the scope associated with the resource.
Represents the scope associated with the resource.
public sealed class AzureBicepResourceScope
{
public AzureBicepResourceScope(
object resourceGroup)
{
// ...
}
}
resourceGroupobjectThe name of the existing resource group.
Initializes a new instance of the AzureBicepResourceScope class.
public sealed class AzureBicepResourceScope
{
public AzureBicepResourceScope(
object resourceGroup,
object subscription)
{
// ...
}
}
resourceGroupobjectThe name of the existing resource group.
subscriptionobjectThe subscription identifier associated with the resource group.