Skip to content
DocsTry Aspire
DocsTry

LegacyApplicationConstruct Properties

ClassProperties2 members
Represents a legacy Applications.Core/applications@2023-10-01-preview resource in the Bicep AST. Parent for Applications.* portable resources that still use the legacy fallback path.
ApplicationNameSection titled ApplicationNameBicepValue<string>
The resource name.
public BicepValue<string> ApplicationName { get; set; }
EnvironmentIdSection titled EnvironmentIdBicepValue<string>
Reference to the legacy environment resource ID.
public BicepValue<string> EnvironmentId { get; set; }