次の方法で共有


IotDestinationProperties Class

Definition

Common IoT Connector destination properties.

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

Constructors

IotDestinationProperties()

Creates an new IotDestinationProperties instance.

Properties

ProvisioningState

The provisioning state.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IotDestinationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IotDestinationProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IotDestinationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to