NewRelicObservabilityExtensions Class

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/providers/NewRelic.Observability/accounts
  • Operation Id: Accounts_List
GetNewRelicAccountsAsync(SubscriptionResource, String, AzureLocation, CancellationToken)

List all the existing accounts

  • Request Path: /subscriptions/{subscriptionId}/providers/NewRelic.Observability/accounts
  • Operation Id: Accounts_List
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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}
  • Operation Id: Monitors_Get
GetNewRelicMonitorResourceAsync(ResourceGroupResource, String, CancellationToken)

Get a NewRelicMonitorResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}
  • Operation Id: Monitors_Get
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

  • Request Path: /subscriptions/{subscriptionId}/providers/NewRelic.Observability/monitors
  • Operation Id: Monitors_ListBySubscription
GetNewRelicMonitorResourcesAsync(SubscriptionResource, CancellationToken)

List NewRelicMonitorResource resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/NewRelic.Observability/monitors
  • Operation Id: Monitors_ListBySubscription
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

  • Request Path: /subscriptions/{subscriptionId}/providers/NewRelic.Observability/organizations
  • Operation Id: Organizations_List
GetNewRelicOrganizationsAsync(SubscriptionResource, String, AzureLocation, CancellationToken)

List all the existing organizations

  • Request Path: /subscriptions/{subscriptionId}/providers/NewRelic.Observability/organizations
  • Operation Id: Organizations_List
GetNewRelicPlans(SubscriptionResource, String, String, CancellationToken)

List plans data

  • Request Path: /subscriptions/{subscriptionId}/providers/NewRelic.Observability/plans
  • Operation Id: Plans_List
GetNewRelicPlansAsync(SubscriptionResource, String, String, CancellationToken)

List plans data

  • Request Path: /subscriptions/{subscriptionId}/providers/NewRelic.Observability/plans
  • Operation Id: Plans_List

Applies to