Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeshApplication

Package version

Class representing a MeshApplication.

Hierarchy

  • MeshApplication

Index

Constructors

constructor

Methods

createOrUpdate

  • Creates a Application resource with the specified name, description and properties. If Application resource with the same name exists, then it is updated with the specified description and properties.

    summary

    Creates or updates a Application resource.

    Parameters

    • applicationResourceName: string

      The identity of the application.

    • applicationResourceDescription: ApplicationResourceDescription

      Description for creating a Application resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.MeshApplicationCreateOrUpdateResponse>

    Promise<Models.MeshApplicationCreateOrUpdateResponse>

  • Parameters

    Returns void

  • Parameters

    • applicationResourceName: string

      The identity of the application.

    • applicationResourceDescription: ApplicationResourceDescription

      Description for creating a Application resource.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationResourceDescription>

      The callback

    Returns void

deleteMethod

  • deleteMethod(applicationResourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(applicationResourceName: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(applicationResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Deletes the Application resource identified by the name.

    summary

    Deletes the Application resource.

    Parameters

    • applicationResourceName: string

      The identity of the application.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • applicationResourceName: string

      The identity of the application.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • applicationResourceName: string

      The identity of the application.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(applicationResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.MeshApplicationGetResponse>
  • get(applicationResourceName: string, callback: msRest.ServiceCallback<ApplicationResourceDescription>): void
  • get(applicationResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ApplicationResourceDescription>): void
  • Gets the information about the Application resource with the given name. The information include the description and other properties of the Application.

    summary

    Gets the Application resource with the given name.

    Parameters

    • applicationResourceName: string

      The identity of the application.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.MeshApplicationGetResponse>

    Promise<Models.MeshApplicationGetResponse>

  • Parameters

    Returns void

  • Parameters

    • applicationResourceName: string

      The identity of the application.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationResourceDescription>

      The callback

    Returns void

list

Generated using TypeDoc