Skip to content
DocsTry Aspire
DocsTry

RadiusApplicationConstruct Properties

ClassProperties2 members
Represents a Radius.Core/applications resource in the Bicep AST.
ApplicationNameSection titled ApplicationNameBicepValue<string>
The resource name.
public BicepValue<string> ApplicationName { get; set; }
EnvironmentIdSection titled EnvironmentIdBicepValue<string>
Reference to the environment resource ID.
public BicepValue<string> EnvironmentId { get; set; }