你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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) |