IIotEventHubIngestionEndpointConfiguration 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.HealthcareApis.Models.Api20211101.IotEventHubIngestionEndpointConfigurationTypeConverter))]
public interface IIotEventHubIngestionEndpointConfiguration : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotEventHubIngestionEndpointConfigurationTypeConverter))>]
type IIotEventHubIngestionEndpointConfiguration = interface
interface IJsonSerializable
Public Interface IIotEventHubIngestionEndpointConfiguration
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ConsumerGroup |
Consumer group of the event hub to connected to. |
EventHubName |
Event Hub name to connect to. |
FullyQualifiedEventHubNamespace |
Fully qualified namespace of the Event Hub to connect to. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |