PSExtensionDataSource Class
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.
Wraps the ExtensionDataSource class.
public class PSExtensionDataSource
type PSExtensionDataSource = class
Public Class PSExtensionDataSource
- Inheritance
-
PSExtensionDataSource
Constructors
PSExtensionDataSource() |
Initializes a new instance of the PSExtensionDataSource class. |
PSExtensionDataSource(ExtensionDataSource) |
Initializes a new instance of the PSExtensionDataSource class. |
Properties
ExtensionName |
Gets or sets the name of the VM extension. |
ExtensionSettings |
Gets or sets the extension settings. The format is specific for particular extension. |
InputDataSources |
Gets or sets the input data sources. The format is specific for particular extension. |
Name |
Gets or sets a friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule. |
Streams |
Gets or sets list of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to. |