次の方法で共有


MonitoringPerformanceData.GetSignatures Method (DateTime, DateTime)

 

Applies To: Operations Manager for System Center 2012

Gets signatures for the performance counter data.

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

Syntax

public ReadOnlyCollection<MonitoringPerformanceSignature> GetSignatures(
    DateTime startRange,
    DateTime endRange
)
public:
ReadOnlyCollection<MonitoringPerformanceSignature^>^ GetSignatures(
    DateTime startRange,
    DateTime endRange
)
member GetSignatures : 
        startRange:DateTime *
        endRange:DateTime -> ReadOnlyCollection<MonitoringPerformanceSignature>
Public Function GetSignatures (
    startRange As Date,
    endRange As Date
) As ReadOnlyCollection(Of MonitoringPerformanceSignature)

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringPerformanceSignature>

Returns a ReadOnlyCollection<T> of MonitoringPerformanceSignature objects.

See Also

GetSignatures Overload
MonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top