NewRelicMonitorResource.SwitchBilling Method

Definition

Switches the billing for the New Relic Monitor resource to be billed by Azure Marketplace

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/switchBilling.
  • Operation Id. : NewRelicMonitorResources_SwitchBilling.
  • Default Api Version. : 2025-05-01-preview.
  • Resource. : NewRelicMonitorResource.
public virtual Azure.Response<Azure.ResourceManager.NewRelicObservability.NewRelicMonitorResource> SwitchBilling(Azure.ResourceManager.NewRelicObservability.Models.NewRelicSwitchBillingContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member SwitchBilling : Azure.ResourceManager.NewRelicObservability.Models.NewRelicSwitchBillingContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NewRelicObservability.NewRelicMonitorResource>
override this.SwitchBilling : Azure.ResourceManager.NewRelicObservability.Models.NewRelicSwitchBillingContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NewRelicObservability.NewRelicMonitorResource>
Public Overridable Function SwitchBilling (content As NewRelicSwitchBillingContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NewRelicMonitorResource)

Parameters

content
NewRelicSwitchBillingContent

The details of the switch billing request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to