Skip to content
DocsTry Aspire
DocsTry

AzureBicepResourceScope Methods

ClassMethods2 members
Represents the scope associated with the resource.
Creates a scope for subscription-level resources.
public sealed class AzureBicepResourceScope
{
public static AzureBicepResourceScope CreateForSubscription(
object subscription)
{
// ...
}
}
subscriptionobjectThe subscription identifier for subscription-level resources.
AzureBicepResourceScopeA new AzureBicepResourceScope scoped to the subscription.
Creates a scope for tenant-level resources in the current tenant.
public sealed class AzureBicepResourceScope
{
public static AzureBicepResourceScope CreateForTenant()
{
// ...
}
}
AzureBicepResourceScopeA new AzureBicepResourceScope scoped to the current tenant.