NewRelicMonitorResource.GetHostsAsync 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.AsyncPageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityVmInfo> GetHostsAsync (Azure.ResourceManager.NewRelicObservability.Models.NewRelicHostsGetContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHostsAsync : Azure.ResourceManager.NewRelicObservability.Models.NewRelicHostsGetContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityVmInfo>
override this.GetHostsAsync : Azure.ResourceManager.NewRelicObservability.Models.NewRelicHostsGetContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityVmInfo>
Public Overridable Function GetHostsAsync (content As NewRelicHostsGetContent, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NewRelicObservabilityVmInfo)
Parameters
- content
- NewRelicHostsGetContent
The details of the Hosts get request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of NewRelicObservabilityVmInfo that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET