Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LogFiles

Package version

Class representing a LogFiles.

Hierarchy

  • LogFiles

Index

Constructors

Methods

Constructors

constructor

Methods

listByServer

  • listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.LogFilesListByServerResponse>
  • listByServer(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<LogFileListResult>): void
  • listByServer(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<LogFileListResult>): void
  • List all the log files in a given server.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.LogFilesListByServerResponse>

    Promise<Models.LogFilesListByServerResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • callback: msRest.ServiceCallback<LogFileListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<LogFileListResult>

      The callback

    Returns void

Generated using TypeDoc