Package version:

Interface representing a Apps.

Hierarchy

  • Apps

Methods

  • Create a new App or update an exiting App.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • appName: string

      The name of the App resource.

    • appResource: AppResource

      Parameters for the create or update operation

    • Optional options: AppsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<AppResource>

  • Operation to delete an App.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • appName: string

      The name of the App resource.

    • Optional options: AppsDeleteOptionalParams

      The options parameters.

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

  • Operation to delete an App.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • appName: string

      The name of the App resource.

    • Optional options: AppsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Operation to update an exiting App.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • appName: string

      The name of the App resource.

    • appResource: AppResource

      Parameters for the update operation

    • Optional options: AppsUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<AppResource>, AppResource>>

  • Operation to update an exiting App.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • appName: string

      The name of the App resource.

    • appResource: AppResource

      Parameters for the update operation

    • Optional options: AppsUpdateOptionalParams

      The options parameters.

    Returns Promise<AppResource>

  • Get an App and its properties.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • appName: string

      The name of the App resource.

    • Optional options: AppsGetOptionalParams

      The options parameters.

    Returns Promise<AppResource>

  • Handles requests to list all resources in a Service.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • Optional options: AppsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<AppResource>

Generated using TypeDoc