Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ApplicationOperations

Package version

Class representing a ApplicationOperations.

Hierarchy

  • ApplicationOperations

Index

Constructors

constructor

Methods

create

  • create(resourceGroupName: string, accountName: string, applicationId: string, options?: Models.ApplicationCreateOptionalParams): Promise<Models.ApplicationCreateResponse>
  • create(resourceGroupName: string, accountName: string, applicationId: string, callback: msRest.ServiceCallback<Application>): void
  • create(resourceGroupName: string, accountName: string, applicationId: string, options: ApplicationCreateOptionalParams, callback: msRest.ServiceCallback<Application>): void
  • Adds an application to the specified Batch account.

    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.

    • Optional options: Models.ApplicationCreateOptionalParams

    Returns Promise<Models.ApplicationCreateResponse>

    Promise<Models.ApplicationCreateResponse>

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

    • callback: msRest.ServiceCallback<Application>

      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.

    • options: ApplicationCreateOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<Application>

      The callback

    Returns void

deleteMethod

  • deleteMethod(resourceGroupName: string, accountName: string, applicationId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, accountName: string, applicationId: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, accountName: string, applicationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Deletes an application.

    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.

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

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

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

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

    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.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ApplicationGetResponse>

    Promise<Models.ApplicationGetResponse>

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

    • callback: msRest.ServiceCallback<Application>

      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.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Application>

      The callback

    Returns void

list

  • list(resourceGroupName: string, accountName: string, options?: Models.ApplicationListOptionalParams): Promise<Models.ApplicationListResponse>
  • list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<ListApplicationsResult>): void
  • list(resourceGroupName: string, accountName: string, options: ApplicationListOptionalParams, callback: msRest.ServiceCallback<ListApplicationsResult>): void
  • Lists all of the applications in the specified account.

    Parameters

    • resourceGroupName: string

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

    • accountName: string

      The name of the Batch account.

    • Optional options: Models.ApplicationListOptionalParams

    Returns Promise<Models.ApplicationListResponse>

    Promise<Models.ApplicationListResponse>

  • Parameters

    • resourceGroupName: string

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

    • accountName: string

      The name of the Batch account.

    • callback: msRest.ServiceCallback<ListApplicationsResult>

      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.

    • options: ApplicationListOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<ListApplicationsResult>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<ListApplicationsResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ListApplicationsResult>): void
  • Lists all of the applications in the specified account.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ApplicationListNextResponse>

    Promise<Models.ApplicationListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ListApplicationsResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ListApplicationsResult>

      The callback

    Returns void

update

  • update(resourceGroupName: string, accountName: string, applicationId: string, parameters: ApplicationUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • update(resourceGroupName: string, accountName: string, applicationId: string, parameters: ApplicationUpdateParameters, callback: msRest.ServiceCallback<void>): void
  • update(resourceGroupName: string, accountName: string, applicationId: string, parameters: ApplicationUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Updates settings for the specified application.

    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.

    • parameters: ApplicationUpdateParameters

      The parameters for the request.

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

    • parameters: ApplicationUpdateParameters

      The parameters for the request.

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

    • parameters: ApplicationUpdateParameters

      The parameters for the request.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

Generated using TypeDoc