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

MockableWorkloadMonitorResourceGroupResource.GetHealthMonitor Method

Definition

Get the current health status of a monitor of a virtual machine. Optional parameter: $expand (retrieve the monitor's evidence and configuration).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}
  • Operation Id: HealthMonitors_Get
public virtual Azure.Response<Azure.ResourceManager.WorkloadMonitor.HealthMonitorResource> GetHealthMonitor (string providerName, string resourceCollectionName, string resourceName, string monitorId, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHealthMonitor : string * string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadMonitor.HealthMonitorResource>
override this.GetHealthMonitor : string * string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadMonitor.HealthMonitorResource>
Public Overridable Function GetHealthMonitor (providerName As String, resourceCollectionName As String, resourceName As String, monitorId As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HealthMonitorResource)

Parameters

providerName
String

The provider name (ex: Microsoft.Compute for virtual machines).

resourceCollectionName
String

The resource collection name (ex: virtualMachines for virtual machines).

resourceName
String

The name of the virtual machine.

monitorId
String

The monitor Id of the virtual machine.

expand
String

Optionally expand the monitor’s evidence and/or configuration. Example: $expand=evidence,configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

providerName, resourceCollectionName, resourceName or monitorId is null.

providerName, resourceCollectionName, resourceName or monitorId is an empty string, and was expected to be non-empty.

Applies to