Share via


MonitoringSecureDataHealthServiceReference Constructor (Guid, Guid, Guid)

 

Applies To: Operations Manager for System Center 2012

Initializes a new MonitoringSecureDataHealthServiceReference object.

Namespace:   Microsoft.EnterpriseManagement.Monitoring.Security
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public MonitoringSecureDataHealthServiceReference(
    Guid monitoringSecureDataId,
    Guid monitoringSecureReferenceId,
    Guid healthServiceId
)
public:
MonitoringSecureDataHealthServiceReference(
    Guid monitoringSecureDataId,
    Guid monitoringSecureReferenceId,
    Guid healthServiceId
)
new : 
        monitoringSecureDataId:Guid *
        monitoringSecureReferenceId:Guid *
        healthServiceId:Guid -> MonitoringSecureDataHealthServiceReference
Public Sub New (
    monitoringSecureDataId As Guid,
    monitoringSecureReferenceId As Guid,
    healthServiceId As Guid
)

Parameters

  • healthServiceId
    Type: System.Guid

    The identifier of the health service for the association.

See Also

MonitoringSecureDataHealthServiceReference Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace

Return to top