Share via


ContainerAppExtensions Class

Definition

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.

Applies to