Skip to content
Docs Try Aspire

AzureBicepResourceScope Constructors

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