Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Grafana

Package version

Interface representing a Grafana.

Hierarchy

  • Grafana

Implemented by

Index

Methods

beginCreate

  • 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<PollerLike<PollOperationState<GrafanaCreateResponse>, GrafanaCreateResponse>>

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

  • 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<void>

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