AzureContainerAppEnvironmentResource
Handle TypeScript
interface AzureContainerAppEnvironmentResource extends IAzureResource, IComputeEnvironmentResource, IContainerRegistry, IResource, IResourceWithParameters, IAzureComputeEnvironmentResource, IAzureContainerRegistry, IAzureDelegatedSubnetResource { withAzdResourceNaming(): AzureContainerAppEnvironmentResource; withAzureLogAnalyticsWorkspace(workspaceBuilder: AzureLogAnalyticsWorkspaceResource): AzureContainerAppEnvironmentResource; withCompactResourceNaming(): AzureContainerAppEnvironmentResource; withDashboard(enable?: boolean): AzureContainerAppEnvironmentResource; withHttpsUpgrade(upgrade?: boolean): AzureContainerAppEnvironmentResource;} 5 members
Methods
method
withAzdResourceNaming builder Configures resources to use azd naming conventions
withAzdResourceNaming(): AzureContainerAppEnvironmentResourceReturns
AzureContainerAppEnvironmentResource method
withAzureLogAnalyticsWorkspace builder Configures the container app environment to use a specific Log Analytics Workspace
withAzureLogAnalyticsWorkspace(workspaceBuilder: AzureLogAnalyticsWorkspaceResource): AzureContainerAppEnvironmentResourceParameters
workspaceBuilder AzureLogAnalyticsWorkspaceResource Returns
AzureContainerAppEnvironmentResource method
withCompactResourceNaming builder Configures resources to use compact naming for length-constrained Azure resources
withCompactResourceNaming(): AzureContainerAppEnvironmentResourceReturns
AzureContainerAppEnvironmentResource method
withDashboard builder Configures whether the Aspire dashboard is included in the container app environment
withDashboard(enable?: boolean): AzureContainerAppEnvironmentResourceParameters
enable boolean optional = True Returns
AzureContainerAppEnvironmentResource method
withHttpsUpgrade builder Configures whether HTTP endpoints are upgraded to HTTPS
withHttpsUpgrade(upgrade?: boolean): AzureContainerAppEnvironmentResourceParameters
upgrade boolean optional = True Returns
AzureContainerAppEnvironmentResource