Share via


ResourceModuleConstruct Class

Definition

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.

Applies to