ManagementGroupAdministration.GetComputerHealthServiceByHealthServiceId 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.
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);
member this.GetComputerHealthServiceByHealthServiceId : Guid -> Microsoft.EnterpriseManagement.Administration.ComputerHealthService
Public Function GetComputerHealthServiceByHealthServiceId (healthServiceId As Guid) As ComputerHealthService
Parameters
- healthServiceId
- Guid
Hosted health service id.
Returns
ComputerHealthService instance.