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