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

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. MockingTo mock this method, please mock GetGrafanaPrivateEndpointConnectionResource(ResourceIdentifier) instead.

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. MockingTo mock this method, please mock GetGrafanaPrivateLinkResource(ResourceIdentifier) instead.

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: Grafana_Get
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: Grafana_Get
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. MockingTo mock this method, please mock GetManagedGrafanaResource(ResourceIdentifier) instead.

GetManagedGrafanas(ResourceGroupResource)

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

GetManagedGrafanas(SubscriptionResource, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Dashboard/grafana
  • Operation Id: Grafana_List
GetManagedGrafanasAsync(SubscriptionResource, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Dashboard/grafana
  • Operation Id: Grafana_List
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. MockingTo mock this method, please mock GetManagedPrivateEndpointModelResource(ResourceIdentifier) instead.

Applies to