Messaging Class

Definition

The namespace messaging endpoints model.

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

Constructors

Name Description
Messaging()

Creates an new Messaging instance.

Properties

Name Description
Endpoint

Dictionary of messaging endpoints.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Messaging.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Messaging.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Messaging into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to