Share via


CapabilityInformation Constructor

Definition

Constructor for CapabilityInformation

public:
 CapabilityInformation(Microsoft::SystemInsights::Common::CapabilityPredictionType predictionType, System::Collections::Generic::IReadOnlyList<Microsoft::SystemInsights::Capability::DataSource ^> ^ dataSources, System::String ^ description);
public CapabilityInformation (Microsoft.SystemInsights.Common.CapabilityPredictionType predictionType, System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.DataSource> dataSources, string description);
new Microsoft.SystemInsights.Capability.CapabilityInformation : Microsoft.SystemInsights.Common.CapabilityPredictionType * System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.DataSource> * string -> Microsoft.SystemInsights.Capability.CapabilityInformation
Public Sub New (predictionType As CapabilityPredictionType, dataSources As IReadOnlyList(Of DataSource), description As String)

Parameters

predictionType
CapabilityPredictionType

Prediction type of the capability.

dataSources
IReadOnlyList<DataSource>

Data sources that the capability analyzes when making a prediction.

description
String

Capbility description.

Applies to