次の方法で共有


IotMappingProperties Class

Definition

The mapping content.

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

Constructors

IotMappingProperties()

Creates an new IotMappingProperties instance.

Properties

Content

The mapping.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IotMappingProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IotMappingProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IotMappingProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to