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
GetNewRelicAccounts(SubscriptionResource, String, AzureLocation, CancellationToken) |
List all the existing accounts
|
GetNewRelicAccountsAsync(SubscriptionResource, String, AzureLocation, CancellationToken) |
List all the existing accounts
|
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. MockingTo mock this method, please mock GetNewRelicMonitoredSubscriptionResource(ResourceIdentifier) instead. |
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. MockingTo mock this method, please mock GetNewRelicMonitorResource(ResourceIdentifier) instead. |
GetNewRelicMonitorResource(ResourceGroupResource, String, CancellationToken) |
Get a NewRelicMonitorResource
|
GetNewRelicMonitorResourceAsync(ResourceGroupResource, String, CancellationToken) |
Get a NewRelicMonitorResource
|
GetNewRelicMonitorResources(ResourceGroupResource) |
Gets a collection of NewRelicMonitorResources in the ResourceGroupResource. MockingTo mock this method, please mock GetNewRelicMonitorResources() instead. |
GetNewRelicMonitorResources(SubscriptionResource, CancellationToken) |
List NewRelicMonitorResource resources by subscription ID
|
GetNewRelicMonitorResourcesAsync(SubscriptionResource, CancellationToken) |
List NewRelicMonitorResource resources by subscription ID
|
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. MockingTo mock this method, please mock GetNewRelicObservabilityTagRuleResource(ResourceIdentifier) instead. |
GetNewRelicOrganizations(SubscriptionResource, String, AzureLocation, CancellationToken) |
List all the existing organizations
|
GetNewRelicOrganizationsAsync(SubscriptionResource, String, AzureLocation, CancellationToken) |
List all the existing organizations
|
GetNewRelicPlans(SubscriptionResource, String, String, CancellationToken) |
List plans data
|
GetNewRelicPlansAsync(SubscriptionResource, String, String, CancellationToken) |
List plans data
|
Applies to
Azure SDK for .NET