Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeshService

Package version

Class representing a MeshService.

Hierarchy

  • MeshService

Index

Constructors

Methods

Constructors

constructor

Methods

get

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

    summary

    Gets the Service resource with the given name.

    Parameters

    • applicationResourceName: string

      The identity of the application.

    • serviceResourceName: string

      The identity of the service.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.MeshServiceGetResponse>

    Promise<Models.MeshServiceGetResponse>

  • Parameters

    • applicationResourceName: string

      The identity of the application.

    • serviceResourceName: string

      The identity of the service.

    • callback: msRest.ServiceCallback<ServiceResourceDescription>

      The callback

    Returns void

  • Parameters

    • applicationResourceName: string

      The identity of the application.

    • serviceResourceName: string

      The identity of the service.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ServiceResourceDescription>

      The callback

    Returns void

list

  • list(applicationResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.MeshServiceListResponse>
  • list(applicationResourceName: string, callback: msRest.ServiceCallback<PagedServiceResourceDescriptionList>): void
  • list(applicationResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PagedServiceResourceDescriptionList>): void
  • Gets the information about all services of an application resource. The information include the description and other properties of the Service.

    summary

    Lists all the service resources.

    Parameters

    • applicationResourceName: string

      The identity of the application.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.MeshServiceListResponse>

    Promise<Models.MeshServiceListResponse>

  • Parameters

    Returns void

  • Parameters

    • applicationResourceName: string

      The identity of the application.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PagedServiceResourceDescriptionList>

      The callback

    Returns void

Generated using TypeDoc