NewRelicMonitorResource.GetHosts 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 compute vm resources currently being monitored by the NewRelic resource.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/listHosts
- Operation Id: Monitors_ListHosts
- Default Api Version: 2024-03-01
- Resource: NewRelicMonitorResource
public virtual Azure.Pageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityVmInfo> GetHosts (Azure.ResourceManager.NewRelicObservability.Models.NewRelicHostsGetContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHosts : Azure.ResourceManager.NewRelicObservability.Models.NewRelicHostsGetContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityVmInfo>
override this.GetHosts : Azure.ResourceManager.NewRelicObservability.Models.NewRelicHostsGetContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityVmInfo>
Public Overridable Function GetHosts (content As NewRelicHostsGetContent, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NewRelicObservabilityVmInfo)
Parameters
- content
- NewRelicHostsGetContent
The details of the Hosts get request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of NewRelicObservabilityVmInfo that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET