AzureAppServiceEnvironmentResource
Handle
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
Enables Azure Application Insights for the Azure App Service environment
withAzureApplicationInsights(): AzureAppServiceEnvironmentResourceReturns
AzureAppServiceEnvironmentResource Enables Azure Application Insights for the Azure App Service environment with a specific location
withAzureApplicationInsightsLocation(applicationInsightsLocation: string): AzureAppServiceEnvironmentResourceParameters
applicationInsightsLocation string Returns
AzureAppServiceEnvironmentResource Enables Azure Application Insights for the Azure App Service environment using a location parameter
withAzureApplicationInsightsLocationParameter(applicationInsightsLocation: ParameterResource): AzureAppServiceEnvironmentResourceParameters
applicationInsightsLocation ParameterResource Returns
AzureAppServiceEnvironmentResource Enables Azure Application Insights for the Azure App Service environment using an existing Application Insights resource
withAzureApplicationInsightsResource(applicationInsightsBuilder: AzureApplicationInsightsResource): AzureAppServiceEnvironmentResourceParameters
applicationInsightsBuilder AzureApplicationInsightsResource Returns
AzureAppServiceEnvironmentResource Configures whether the Aspire dashboard is included in the Azure App Service environment
withDashboard(enable?: boolean): AzureAppServiceEnvironmentResourceParameters
enable boolean optional = True Returns
AzureAppServiceEnvironmentResource Configures the deployment slot for all Azure App Services in the environment
withDeploymentSlot(deploymentSlot: string): AzureAppServiceEnvironmentResourceParameters
deploymentSlot string Returns
AzureAppServiceEnvironmentResource Configures the deployment slot for all Azure App Services in the environment using a parameter
withDeploymentSlotParameter(deploymentSlot: ParameterResource): AzureAppServiceEnvironmentResourceParameters
deploymentSlot ParameterResource Returns
AzureAppServiceEnvironmentResource