Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Service

Package version

Class representing a Service.

Hierarchy

  • Service

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceGetResponse>
  • get(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, callback: msRest.ServiceCallback<ServiceResourceDescription>): void
  • get(resourceGroupName: string, 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

    • resourceGroupName: string

      Azure resource group name

    • applicationResourceName: string

      The identity of the application.

    • serviceResourceName: string

      The identity of the service.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ServiceGetResponse>

    Promise<Models.ServiceGetResponse>

  • Parameters

    • resourceGroupName: string

      Azure resource group name

    • applicationResourceName: string

      The identity of the application.

    • serviceResourceName: string

      The identity of the service.

    • callback: msRest.ServiceCallback<ServiceResourceDescription>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Azure resource group name

    • 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(resourceGroupName: string, applicationResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceListResponse>
  • list(resourceGroupName: string, applicationResourceName: string, callback: msRest.ServiceCallback<ServiceResourceDescriptionList>): void
  • list(resourceGroupName: string, applicationResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ServiceResourceDescriptionList>): 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

    • resourceGroupName: string

      Azure resource group name

    • applicationResourceName: string

      The identity of the application.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ServiceListResponse>

    Promise<Models.ServiceListResponse>

  • Parameters

    • resourceGroupName: string

      Azure resource group name

    • applicationResourceName: string

      The identity of the application.

    • callback: msRest.ServiceCallback<ServiceResourceDescriptionList>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Azure resource group name

    • applicationResourceName: string

      The identity of the application.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ServiceResourceDescriptionList>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<ServiceResourceDescriptionList>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ServiceResourceDescriptionList>): 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

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ServiceListNextResponse>

    Promise<Models.ServiceListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ServiceResourceDescriptionList>

      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<ServiceResourceDescriptionList>

      The callback

    Returns void

Generated using TypeDoc