ContainerAppExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for customizing Azure Container App resource.
public static class ContainerAppExtensions
type ContainerAppExtensions = class
Public Module ContainerAppExtensions
- Inheritance
-
ContainerAppExtensions
Methods
| ConfigureCustomDomain(ContainerApp, IResourceBuilder<ParameterResource>, IResourceBuilder<ParameterResource>) |
Configures the custom ___domain for the container app. |
| PublishAsAzureContainerAppJob<T>(IResourceBuilder<T>, Action<AzureResourceInfrastructure,ContainerAppJob>) |
Allows configuring the specified compute resource as an Azure Container App Job. |
| PublishAsAzureContainerAppJob<T>(IResourceBuilder<T>) |
Configures the specified compute resource as a manually triggered Azure Container App Job. |
| PublishAsScheduledAzureContainerAppJob<T>(IResourceBuilder<T>, String, Action<AzureResourceInfrastructure,ContainerAppJob>) |
Configures the specified compute resource as a scheduled Azure Container App Job with the provided cron expression. |