Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + type ContainerAppIngressConfiguration struct + HostNames []string + type ContainerAppOptions struct + ApiVersion string + type ContainerAppService interface + AddRevision func(ctx context.Context, subscriptionId string, resourceGroupName string, ...) error + DeployYaml func(ctx context.Context, subscriptionId string, resourceGroupName string, ...) error + GetContainerAppJob func(ctx context.Context, subscriptionId string, resourceGroupName string, ...) (*armappcontainers.Job, error) + GetIngressConfiguration func(ctx context.Context, subscriptionId, resourceGroup, appName string, ...) (*ContainerAppIngressConfiguration, error) + UpdateContainerAppJobImage func(ctx context.Context, subscriptionId string, resourceGroupName string, ...) error + func NewContainerAppService(credentialProvider account.SubscriptionCredentialProvider, clock clock.Clock, ...) ContainerAppService