Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AppsImpl

Package version

Class containing Apps operations.

Hierarchy

  • AppsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

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

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