NewRelicObservabilityExtensions 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.NewRelicObservability.
public static class NewRelicObservabilityExtensions
type NewRelicObservabilityExtensions = class
Public Module NewRelicObservabilityExtensions
- Inheritance
-
NewRelicObservabilityExtensions
Methods
| Name | Description |
|---|---|
| ActivateResourceSaaS(SubscriptionResource, ActivateSaaSParameterContent, CancellationToken) |
Resolve the token to get the SaaS resource ID and activate the SaaS resource
|
| ActivateResourceSaaSAsync(SubscriptionResource, ActivateSaaSParameterContent, CancellationToken) |
Resolve the token to get the SaaS resource ID and activate the SaaS resource
|
| GetNewRelicAccounts(SubscriptionResource, String, AzureLocation, CancellationToken) |
Lists all the New Relic accounts linked to your email address, helping you understand the existing accounts that have been created
|
| GetNewRelicAccountsAsync(SubscriptionResource, String, AzureLocation, CancellationToken) |
Lists all the New Relic accounts linked to your email address, helping you understand the existing accounts that have been created
|
| GetNewRelicMonitoredSubscriptionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a NewRelicMonitoredSubscriptionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, MonitoredSubscriptionConfigurationName) to create a NewRelicMonitoredSubscriptionResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNewRelicMonitoredSubscriptionResource(ResourceIdentifier) instead.</item> |
| GetNewRelicMonitorResource(ArmClient, ResourceIdentifier) |
Gets an object representing a NewRelicMonitorResource 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 NewRelicMonitorResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNewRelicMonitorResource(ResourceIdentifier) instead.</item> |
| GetNewRelicMonitorResource(ResourceGroupResource, String, CancellationToken) |
Retrieves the properties and configuration details of a specific New Relic monitor resource, providing insight into its setup and status
|
| GetNewRelicMonitorResourceAsync(ResourceGroupResource, String, CancellationToken) |
Retrieves the properties and configuration details of a specific New Relic monitor resource, providing insight into its setup and status
|
| GetNewRelicMonitorResources(ResourceGroupResource) |
Gets a collection of NewRelicMonitorResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetNewRelicMonitorResources() instead.</item> |
| GetNewRelicMonitorResources(SubscriptionResource, CancellationToken) |
Lists all New Relic monitor resources either within a specific subscription
|
| GetNewRelicMonitorResourcesAsync(SubscriptionResource, CancellationToken) |
Lists all New Relic monitor resources either within a specific subscription
|
| GetNewRelicObservabilityTagRuleResource(ArmClient, ResourceIdentifier) |
Gets an object representing a NewRelicObservabilityTagRuleResource 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 NewRelicObservabilityTagRuleResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNewRelicObservabilityTagRuleResource(ResourceIdentifier) instead.</item> |
| GetNewRelicOrganizations(SubscriptionResource, String, AzureLocation, CancellationToken) |
Lists all the New Relic organizations linked to your email address, helping you understand the existing organizations that have been created
|
| GetNewRelicOrganizationsAsync(SubscriptionResource, String, AzureLocation, CancellationToken) |
Lists all the New Relic organizations linked to your email address, helping you understand the existing organizations that have been created
|
| GetNewRelicPlans(SubscriptionResource, String, String, CancellationToken) |
Lists the plans data linked to your organization, providing an overview of the available plans
|
| GetNewRelicPlansAsync(SubscriptionResource, String, String, CancellationToken) |
Lists the plans data linked to your organization, providing an overview of the available plans
|