Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GrafanaImpl

Package version

Class containing Grafana operations.

Hierarchy

  • GrafanaImpl

Implements

Index

Constructors

constructor

Methods

beginCreate

beginCreateAndWait

  • Create or update a workspace for Grafana resource. This API is idempotent, so user can either create a new grafana or update an existing grafana.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The workspace name of Azure Managed Grafana.

    • requestBodyParameters: ManagedGrafana

      The grafana resource type.

    • Optional options: GrafanaCreateOptionalParams

      The options parameters.

    Returns Promise<GrafanaCreateResponse>

beginDelete

  • beginDelete(resourceGroupName: string, workspaceName: string, options?: GrafanaDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete a workspace for Grafana resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The workspace name of Azure Managed Grafana.

    • Optional options: GrafanaDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

get

  • Get the properties of a specific workspace for Grafana resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The workspace name of Azure Managed Grafana.

    • Optional options: GrafanaGetOptionalParams

      The options parameters.

    Returns Promise<GrafanaGetResponse>

list

listByResourceGroup

update

Generated using TypeDoc