Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Diagnostic

Package version

Interface representing a Diagnostic.

Hierarchy

  • Diagnostic

Implemented by

Index

Methods

createOrUpdate

delete

  • delete(resourceGroupName: string, serviceName: string, diagnosticId: string, ifMatch: string, options?: DiagnosticDeleteOptionalParams): Promise<void>
  • Deletes the specified Diagnostic.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • diagnosticId: string

      Diagnostic identifier. Must be unique in the current API Management service instance.

    • ifMatch: string

      ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.

    • Optional options: DiagnosticDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets the details of the Diagnostic specified by its identifier.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • diagnosticId: string

      Diagnostic identifier. Must be unique in the current API Management service instance.

    • Optional options: DiagnosticGetOptionalParams

      The options parameters.

    Returns Promise<DiagnosticGetResponse>

getEntityTag

listByService

update

  • Updates the details of the Diagnostic specified by its identifier.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • diagnosticId: string

      Diagnostic identifier. Must be unique in the current API Management service instance.

    • ifMatch: string

      ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.

    • parameters: DiagnosticContract

      Diagnostic Update parameters.

    • Optional options: DiagnosticUpdateOptionalParams

      The options parameters.

    Returns Promise<DiagnosticUpdateResponse>

Generated using TypeDoc