Messaging Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |