Share via


IAdministrationManagement.GetComputerHealthServiceByHealthServiceId Method

Definition

Get the computer health service given the id of its hosted health service.

public:
 Microsoft::EnterpriseManagement::Administration::ComputerHealthService ^ GetComputerHealthServiceByHealthServiceId(Guid healthServiceId);
public Microsoft.EnterpriseManagement.Administration.ComputerHealthService GetComputerHealthServiceByHealthServiceId (Guid healthServiceId);
abstract member GetComputerHealthServiceByHealthServiceId : Guid -> Microsoft.EnterpriseManagement.Administration.ComputerHealthService
Public Function GetComputerHealthServiceByHealthServiceId (healthServiceId As Guid) As ComputerHealthService

Parameters

healthServiceId
Guid

Hosted health service id.

Returns

ComputerHealthService instance.

Applies to