Package version:

Interface ContainerApps

Interface representing a ContainerApps.

Hierarchy

  • ContainerApps

Methods

  • Patches a Container App using JSON Merge Patch

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • containerAppName: string

      Name of the Container App.

    • containerAppEnvelope: ContainerApp

      Properties of a Container App that need to be updated

    • Optional options: ContainerAppsUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

Generated using TypeDoc