DeviceMessagingEndpointUpdate Class

Definition

Device messaging endpoint model.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.DeviceMessagingEndpointUpdateTypeConverter))]
public class DeviceMessagingEndpointUpdate : Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.IDeviceMessagingEndpointUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.DeviceMessagingEndpointUpdateTypeConverter))>]
type DeviceMessagingEndpointUpdate = class
    interface IDeviceMessagingEndpointUpdate
    interface IJsonSerializable
Public Class DeviceMessagingEndpointUpdate
Implements IDeviceMessagingEndpointUpdate
Inheritance
DeviceMessagingEndpointUpdate
Attributes
Implements

Constructors

Name Description
DeviceMessagingEndpointUpdate()

Creates an new DeviceMessagingEndpointUpdate instance.

Properties

Name Description
Address

The endpoint address to connect to.

EndpointType

Type of connection used for the messaging endpoint.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeviceMessagingEndpointUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeviceMessagingEndpointUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.IDeviceMessagingEndpointUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeviceMessagingEndpointUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to