你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ElasticMonitorResource.DetailsVMIngestionAsync(CancellationToken) Method

Definition

List the vm ingestion details that will be monitored by the Elastic monitor resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/vmIngestionDetails
  • Operation Id: VMIngestion_Details
  • Default Api Version: 2024-06-15-preview
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.Models.VmIngestionDetailsResponse>> DetailsVMIngestionAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member DetailsVMIngestionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.Models.VmIngestionDetailsResponse>>
override this.DetailsVMIngestionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.Models.VmIngestionDetailsResponse>>
Public Overridable Function DetailsVMIngestionAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VmIngestionDetailsResponse))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to