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
monitoringSecureDataId
Type: System.GuidThe identifier of the MonitoringSecureData to associate with.
monitoringSecureReferenceId
Type: System.GuidThe identifier of the MonitoringSecureReference object to associate with.
healthServiceId
Type: System.GuidThe identifier of the health service for the association.
See Also
MonitoringSecureDataHealthServiceReference Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace
Return to top