GrafanaExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
GetManagedGrafanaAsync(ResourceGroupResource, String, CancellationToken) |
Get the properties of a specific workspace for Grafana resource.
|
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.
|
GetManagedGrafanasAsync(SubscriptionResource, CancellationToken) |
List all resources of workspaces for Grafana under the specified subscription.
|
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
Azure SDK for .NET