Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ApplicationPackageOperations

Package version

Class representing a ApplicationPackageOperations.

Hierarchy

  • ApplicationPackageOperations

Index

Constructors

Methods

Constructors

constructor

Methods

activate

  • activate(resourceGroupName: string, accountName: string, applicationId: string, version: string, format: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • activate(resourceGroupName: string, accountName: string, applicationId: string, version: string, format: string, callback: msRest.ServiceCallback<void>): void
  • activate(resourceGroupName: string, accountName: string, applicationId: string, version: string, format: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Activates the specified application package.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the Batch account.

    • accountName: string

      The name of the Batch account.

    • applicationId: string

      The ID of the application.

    • version: string

      The version of the application to activate.

    • format: string

      The format of the application package binary file.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group that contains the Batch account.

    • accountName: string

      The name of the Batch account.

    • applicationId: string

      The ID of the application.

    • version: string

      The version of the application to activate.

    • format: string

      The format of the application package binary file.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group that contains the Batch account.

    • accountName: string

      The name of the Batch account.

    • applicationId: string

      The ID of the application.

    • version: string

      The version of the application to activate.

    • format: string

      The format of the application package binary file.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

create

  • create(resourceGroupName: string, accountName: string, applicationId: string, version: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationPackageCreateResponse>
  • create(resourceGroupName: string, accountName: string, applicationId: string, version: string, callback: msRest.ServiceCallback<ApplicationPackage>): void
  • create(resourceGroupName: string, accountName: string, applicationId: string, version: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ApplicationPackage>): void
  • Creates an application package record.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the Batch account.

    • accountName: string

      The name of the Batch account.

    • applicationId: string

      The ID of the application.

    • version: string

      The version of the application.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ApplicationPackageCreateResponse>

    Promise<Models.ApplicationPackageCreateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group that contains the Batch account.

    • accountName: string

      The name of the Batch account.

    • applicationId: string

      The ID of the application.

    • version: string

      The version of the application.

    • callback: msRest.ServiceCallback<ApplicationPackage>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group that contains the Batch account.

    • accountName: string

      The name of the Batch account.

    • applicationId: string

      The ID of the application.

    • version: string

      The version of the application.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationPackage>

      The callback

    Returns void

deleteMethod

  • deleteMethod(resourceGroupName: string, accountName: string, applicationId: string, version: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, accountName: string, applicationId: string, version: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, accountName: string, applicationId: string, version: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Deletes an application package record and its associated binary file.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the Batch account.

    • accountName: string

      The name of the Batch account.

    • applicationId: string

      The ID of the application.

    • version: string

      The version of the application to delete.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group that contains the Batch account.

    • accountName: string

      The name of the Batch account.

    • applicationId: string

      The ID of the application.

    • version: string

      The version of the application to delete.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group that contains the Batch account.

    • accountName: string

      The name of the Batch account.

    • applicationId: string

      The ID of the application.

    • version: string

      The version of the application to delete.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(resourceGroupName: string, accountName: string, applicationId: string, version: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationPackageGetResponse>
  • get(resourceGroupName: string, accountName: string, applicationId: string, version: string, callback: msRest.ServiceCallback<ApplicationPackage>): void
  • get(resourceGroupName: string, accountName: string, applicationId: string, version: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ApplicationPackage>): void
  • Gets information about the specified application package.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the Batch account.

    • accountName: string

      The name of the Batch account.

    • applicationId: string

      The ID of the application.

    • version: string

      The version of the application.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ApplicationPackageGetResponse>

    Promise<Models.ApplicationPackageGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group that contains the Batch account.

    • accountName: string

      The name of the Batch account.

    • applicationId: string

      The ID of the application.

    • version: string

      The version of the application.

    • callback: msRest.ServiceCallback<ApplicationPackage>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group that contains the Batch account.

    • accountName: string

      The name of the Batch account.

    • applicationId: string

      The ID of the application.

    • version: string

      The version of the application.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationPackage>

      The callback

    Returns void

Generated using TypeDoc