次の方法で共有


IotConnectorProperties Class

Definition

IoT Connector properties.

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

Constructors

IotConnectorProperties()

Creates an new IotConnectorProperties instance.

Properties

DeviceMappingContent

The mapping.

IngestionEndpointConfigurationConsumerGroup

Consumer group of the event hub to connected to.

IngestionEndpointConfigurationEventHubName

Event Hub name to connect to.

IngestionEndpointConfigurationFullyQualifiedEventHubNamespace

Fully qualified namespace of the Event Hub to connect to.

ProvisioningState

The provisioning state.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IotConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IotConnectorProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IotConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to