次の方法で共有


IotEventHubIngestionEndpointConfiguration Class

Definition

Event Hub ingestion endpoint configuration

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotEventHubIngestionEndpointConfigurationTypeConverter))]
public class IotEventHubIngestionEndpointConfiguration : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotEventHubIngestionEndpointConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotEventHubIngestionEndpointConfigurationTypeConverter))>]
type IotEventHubIngestionEndpointConfiguration = class
    interface IIotEventHubIngestionEndpointConfiguration
    interface IJsonSerializable
Public Class IotEventHubIngestionEndpointConfiguration
Implements IIotEventHubIngestionEndpointConfiguration
Inheritance
IotEventHubIngestionEndpointConfiguration
Attributes
Implements

Constructors

IotEventHubIngestionEndpointConfiguration()

Creates an new IotEventHubIngestionEndpointConfiguration instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IotEventHubIngestionEndpointConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IotEventHubIngestionEndpointConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotEventHubIngestionEndpointConfiguration.

FromJsonString(String)

Creates a new instance of IotEventHubIngestionEndpointConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IotEventHubIngestionEndpointConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to