Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DiagnosticSettingsOperations

Package version

Class representing a DiagnosticSettingsOperations.

Hierarchy

  • DiagnosticSettingsOperations

Index

Constructors

constructor

Methods

createOrUpdate

deleteMethod

  • deleteMethod(resourceUri: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceUri: string, name: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceUri: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Deletes existing diagnostic settings for the specified resource.

    Parameters

    • resourceUri: string

      The identifier of the resource.

    • name: string

      The name of the diagnostic setting.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceUri: string

      The identifier of the resource.

    • name: string

      The name of the diagnostic setting.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceUri: string

      The identifier of the resource.

    • name: string

      The name of the diagnostic setting.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(resourceUri: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.DiagnosticSettingsGetResponse>
  • get(resourceUri: string, name: string, callback: msRest.ServiceCallback<DiagnosticSettingsResource>): void
  • get(resourceUri: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<DiagnosticSettingsResource>): void
  • Gets the active diagnostic settings for the specified resource.

    Parameters

    • resourceUri: string

      The identifier of the resource.

    • name: string

      The name of the diagnostic setting.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.DiagnosticSettingsGetResponse>

    Promise<Models.DiagnosticSettingsGetResponse>

  • Parameters

    • resourceUri: string

      The identifier of the resource.

    • name: string

      The name of the diagnostic setting.

    • callback: msRest.ServiceCallback<DiagnosticSettingsResource>

      The callback

    Returns void

  • Parameters

    • resourceUri: string

      The identifier of the resource.

    • name: string

      The name of the diagnostic setting.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<DiagnosticSettingsResource>

      The callback

    Returns void

list

Generated using TypeDoc