NewRelicMonitorResource.GetAppServicesAsync Method

Definition

Lists the app service resources currently being monitored by the New Relic resource, helping you understand which app services are under monitoring

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

Parameters

content
NewRelicAppServicesGetContent

The details of the app services get request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of NewRelicObservabilityAppServiceInfo that may take multiple service requests to iterate over.

Exceptions

content is null.

Applies to