AzureBicepResourceScope Constructors
Class Constructors 2 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
resourceGroup object The 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
resourceGroup object The name of the existing resource group. subscription object The subscription identifier associated with the resource group.