IDataSourcesSpecDataImports Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataSourcesSpecDataImportsTypeConverter))]
public interface IDataSourcesSpecDataImports : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataImportSources
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataSourcesSpecDataImportsTypeConverter))>]
type IDataSourcesSpecDataImports = interface
interface IJsonSerializable
interface IDataImportSources
Public Interface IDataSourcesSpecDataImports
Implements IDataImportSources
- Derived
- Attributes
- Implements
Properties
EventHubConsumerGroup |
Event Hub consumer group name (Inherited from IDataImportSources) |
EventHubName |
A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule. (Inherited from IDataImportSources) |
EventHubStream |
The stream to collect from EventHub (Inherited from IDataImportSources) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |