ResourceModuleConstruct Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Azure Provisioning construct which represents the root Bicep module that is generated for an Azure construct resource.
public class ResourceModuleConstruct : Azure.Provisioning.Infrastructure
type ResourceModuleConstruct = class
inherit Infrastructure
Public Class ResourceModuleConstruct
Inherits Infrastructure
- Inheritance
-
ResourceModuleConstruct
Properties
PrincipalIdParameter |
The common principalId parameter injected into most Aspire-based Bicep files. |
PrincipalNameParameter |
The common principalName parameter injected into some Aspire-based Bicep files. |
PrincipalTypeParameter |
The common principalType parameter injected into most Aspire-based Bicep files. |
Resource |
The Azure construct resource that this resource module construct represents. |