Share via


GrafanaExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.Grafana.

public static class GrafanaExtensions
type GrafanaExtensions = class
Public Module GrafanaExtensions
Inheritance
GrafanaExtensions

Methods

GetGrafanaIntegrationFabricResource(ArmClient, ResourceIdentifier)

Gets an object representing a GrafanaIntegrationFabricResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a GrafanaIntegrationFabricResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetGrafanaIntegrationFabricResource(ResourceIdentifier) instead.</item>

GetGrafanaPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a GrafanaPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a GrafanaPrivateEndpointConnectionResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetGrafanaPrivateEndpointConnectionResource(ResourceIdentifier) instead.</item>

GetGrafanaPrivateLinkResource(ArmClient, ResourceIdentifier)

Gets an object representing a GrafanaPrivateLinkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a GrafanaPrivateLinkResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetGrafanaPrivateLinkResource(ResourceIdentifier) instead.</item>

GetManagedDashboard(ResourceGroupResource, String, CancellationToken)

Get the properties of a specific dashboard for grafana resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/dashboards/{dashboardName}
  • Operation Id: ManagedDashboard_Get
  • Default Api Version: 2024-11-01-preview
  • Resource: ManagedDashboardResource
<item>MockingTo mock this method, please mock GetManagedDashboard(String, CancellationToken) instead.</item>
GetManagedDashboardAsync(ResourceGroupResource, String, CancellationToken)

Get the properties of a specific dashboard for grafana resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/dashboards/{dashboardName}
  • Operation Id: ManagedDashboard_Get
  • Default Api Version: 2024-11-01-preview
  • Resource: ManagedDashboardResource
<item>MockingTo mock this method, please mock GetManagedDashboardAsync(String, CancellationToken) instead.</item>
GetManagedDashboardResource(ArmClient, ResourceIdentifier)

Gets an object representing a ManagedDashboardResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ManagedDashboardResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetManagedDashboardResource(ResourceIdentifier) instead.</item>

GetManagedDashboards(ResourceGroupResource)

Gets a collection of ManagedDashboardResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetManagedDashboards() instead.</item>

GetManagedDashboards(SubscriptionResource, CancellationToken)

List all resources of dashboards under the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Dashboard/dashboards
  • Operation Id: ManagedDashboard_ListBySubscription
  • Default Api Version: 2024-11-01-preview
  • Resource: ManagedDashboardResource
<item>MockingTo mock this method, please mock GetManagedDashboards(CancellationToken) instead.</item>
GetManagedDashboardsAsync(SubscriptionResource, CancellationToken)

List all resources of dashboards under the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Dashboard/dashboards
  • Operation Id: ManagedDashboard_ListBySubscription
  • Default Api Version: 2024-11-01-preview
  • Resource: ManagedDashboardResource
<item>MockingTo mock this method, please mock GetManagedDashboards(CancellationToken) instead.</item>
GetManagedGrafana(ResourceGroupResource, String, CancellationToken)

Get the properties of a specific workspace for Grafana resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}
  • Operation Id: ManagedGrafana_Get
  • Default Api Version: 2024-11-01-preview
  • Resource: ManagedGrafanaResource
<item>MockingTo mock this method, please mock GetManagedGrafana(String, CancellationToken) instead.</item>
GetManagedGrafanaAsync(ResourceGroupResource, String, CancellationToken)

Get the properties of a specific workspace for Grafana resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}
  • Operation Id: ManagedGrafana_Get
  • Default Api Version: 2024-11-01-preview
  • Resource: ManagedGrafanaResource
<item>MockingTo mock this method, please mock GetManagedGrafanaAsync(String, CancellationToken) instead.</item>
GetManagedGrafanaResource(ArmClient, ResourceIdentifier)

Gets an object representing a ManagedGrafanaResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ManagedGrafanaResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetManagedGrafanaResource(ResourceIdentifier) instead.</item>

GetManagedGrafanas(ResourceGroupResource)

Gets a collection of ManagedGrafanaResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetManagedGrafanas() instead.</item>

GetManagedGrafanas(SubscriptionResource, CancellationToken)

List all resources of workspaces for Grafana under the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Dashboard/grafana
  • Operation Id: ManagedGrafana_List
  • Default Api Version: 2024-11-01-preview
  • Resource: ManagedGrafanaResource
<item>MockingTo mock this method, please mock GetManagedGrafanas(CancellationToken) instead.</item>
GetManagedGrafanasAsync(SubscriptionResource, CancellationToken)

List all resources of workspaces for Grafana under the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Dashboard/grafana
  • Operation Id: ManagedGrafana_List
  • Default Api Version: 2024-11-01-preview
  • Resource: ManagedGrafanaResource
<item>MockingTo mock this method, please mock GetManagedGrafanas(CancellationToken) instead.</item>
GetManagedPrivateEndpointModelResource(ArmClient, ResourceIdentifier)

Gets an object representing a ManagedPrivateEndpointModelResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ManagedPrivateEndpointModelResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetManagedPrivateEndpointModelResource(ResourceIdentifier) instead.</item>

Applies to