次の方法で共有


DeviceRegistryTopic(String) Constructor

Definition

Initializes a new instance of DeviceRegistryTopic.

public DeviceRegistryTopic (string path);
new Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryTopic : string -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryTopic
Public Sub New (path As String)

Parameters

path
String

The topic path for messages published to an MQTT broker.

Exceptions

path is null.

Applies to