NewRelicMonitorResource.GetAppServices Method
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.
List the app service resources currently being monitored by the NewRelic resource.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/listAppServices
- Operation Id: Monitors_ListAppServices
- Default Api Version: 2024-03-01
- Resource: NewRelicMonitorResource
public virtual Azure.Pageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityAppServiceInfo> GetAppServices (Azure.ResourceManager.NewRelicObservability.Models.NewRelicAppServicesGetContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServices : Azure.ResourceManager.NewRelicObservability.Models.NewRelicAppServicesGetContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityAppServiceInfo>
override this.GetAppServices : Azure.ResourceManager.NewRelicObservability.Models.NewRelicAppServicesGetContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityAppServiceInfo>
Public Overridable Function GetAppServices (content As NewRelicAppServicesGetContent, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET