Megosztás a következőn keresztül:


IDataSourcesSpecDataImports Interface

Definition

[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)

Applies to