AzureAppServiceEnvironmentResource
Handle TypeScript
interface AzureAppServiceEnvironmentResource extends IAzureResource, IComputeEnvironmentResource, IContainerRegistry, IResource, IResourceWithParameters, IAzureComputeEnvironmentResource, IAzureContainerRegistry { withAzureApplicationInsights(): AzureAppServiceEnvironmentResource; withAzureApplicationInsightsLocation(applicationInsightsLocation: string): AzureAppServiceEnvironmentResource; withAzureApplicationInsightsLocationParameter(applicationInsightsLocation: ParameterResource): AzureAppServiceEnvironmentResource; withAzureApplicationInsightsResource(applicationInsightsBuilder: AzureApplicationInsightsResource): AzureAppServiceEnvironmentResource; withDashboard(enable?: boolean): AzureAppServiceEnvironmentResource; withDeploymentSlot(deploymentSlot: string): AzureAppServiceEnvironmentResource; withDeploymentSlotParameter(deploymentSlot: ParameterResource): AzureAppServiceEnvironmentResource;} 7 members
Methods
method
withAzureApplicationInsights builder Enables Azure Application Insights for the Azure App Service environment
withAzureApplicationInsights(): AzureAppServiceEnvironmentResourceReturns
AzureAppServiceEnvironmentResource method
withAzureApplicationInsightsLocation builder Enables Azure Application Insights for the Azure App Service environment with a specific location
withAzureApplicationInsightsLocation(applicationInsightsLocation: string): AzureAppServiceEnvironmentResourceParameters
applicationInsightsLocation string Returns
AzureAppServiceEnvironmentResource method
withAzureApplicationInsightsLocationParameter builder Enables Azure Application Insights for the Azure App Service environment using a location parameter
withAzureApplicationInsightsLocationParameter(applicationInsightsLocation: ParameterResource): AzureAppServiceEnvironmentResourceParameters
applicationInsightsLocation ParameterResource Returns
AzureAppServiceEnvironmentResource method
withAzureApplicationInsightsResource builder Enables Azure Application Insights for the Azure App Service environment using an existing Application Insights resource
withAzureApplicationInsightsResource(applicationInsightsBuilder: AzureApplicationInsightsResource): AzureAppServiceEnvironmentResourceParameters
applicationInsightsBuilder AzureApplicationInsightsResource Returns
AzureAppServiceEnvironmentResource method
withDashboard builder Configures whether the Aspire dashboard is included in the Azure App Service environment
withDashboard(enable?: boolean): AzureAppServiceEnvironmentResourceParameters
enable boolean optional = True Returns
AzureAppServiceEnvironmentResource method
withDeploymentSlot builder Configures the deployment slot for all Azure App Services in the environment
withDeploymentSlot(deploymentSlot: string): AzureAppServiceEnvironmentResourceParameters
deploymentSlot string Returns
AzureAppServiceEnvironmentResource method
withDeploymentSlotParameter builder Configures the deployment slot for all Azure App Services in the environment using a parameter
withDeploymentSlotParameter(deploymentSlot: ParameterResource): AzureAppServiceEnvironmentResourceParameters
deploymentSlot ParameterResource Returns
AzureAppServiceEnvironmentResource