Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Apps

Package version

Interface representing a Apps.

Hierarchy

  • Apps

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

  • 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<AppsCreateOrUpdateResponse>

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, appName: string, options?: AppsDeleteOptionalParams): 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<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, serviceName: string, appName: string, options?: AppsDeleteOptionalParams): Promise<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>

beginSetActiveDeployments

beginSetActiveDeploymentsAndWait

beginUpdate

  • 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<AppsUpdateResponse>, AppsUpdateResponse>>

beginUpdateAndWait

  • 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<AppsUpdateResponse>

get

  • 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<AppsGetResponse>

getResourceUploadUrl

  • Get an resource upload URL for an App, which may be artifacts or source archive.

    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: AppsGetResourceUploadUrlOptionalParams

      The options parameters.

    Returns Promise<AppsGetResourceUploadUrlResponse>

list

  • 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>

validateDomain

Generated using TypeDoc