Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Application

Package version

Class representing a Application.

Hierarchy

  • Application

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(applicationId: string, options?: Models.ApplicationGetOptionalParams): Promise<Models.ApplicationGetResponse>
  • get(applicationId: string, callback: msRest.ServiceCallback<ApplicationSummary>): void
  • get(applicationId: string, options: ApplicationGetOptionalParams, callback: msRest.ServiceCallback<ApplicationSummary>): void
  • This operation returns only applications and versions that are available for use on compute nodes; that is, that can be used in an application package reference. For administrator information about applications and versions that are not yet available to compute nodes, use the Azure portal or the Azure Resource Manager API.

    summary

    Gets information about the specified application.

    Parameters

    • applicationId: string

      The ID of the application.

    • Optional options: Models.ApplicationGetOptionalParams

    Returns Promise<Models.ApplicationGetResponse>

    Promise<Models.ApplicationGetResponse>

  • Parameters

    • applicationId: string

      The ID of the application.

    • callback: msRest.ServiceCallback<ApplicationSummary>

      The callback

    Returns void

  • Parameters

    Returns void

list

  • This operation returns only applications and versions that are available for use on compute nodes; that is, that can be used in an application package reference. For administrator information about applications and versions that are not yet available to compute nodes, use the Azure portal or the Azure Resource Manager API.

    summary

    Lists all of the applications available in the specified account.

    Parameters

    • Optional options: Models.ApplicationListOptionalParams

    Returns Promise<Models.ApplicationListResponse>

    Promise<Models.ApplicationListResponse>

  • Parameters

    Returns void

  • Parameters

    Returns void

listNext

  • This operation returns only applications and versions that are available for use on compute nodes; that is, that can be used in an application package reference. For administrator information about applications and versions that are not yet available to compute nodes, use the Azure portal or the Azure Resource Manager API.

    summary

    Lists all of the applications available in the specified account.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: Models.ApplicationListNextOptionalParams

    Returns Promise<Models.ApplicationListResponse>

    Promise<Models.ApplicationListResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ApplicationListResult>

      The callback

    Returns void

  • Parameters

    Returns void

Generated using TypeDoc