次の方法で共有


RoutingServiceBusTopicEndpointProperties(String) コンストラクター

定義

RoutingServiceBusTopicEndpointProperties の新しいインスタンスを初期化します。

public RoutingServiceBusTopicEndpointProperties (string name);
new Azure.ResourceManager.IotHub.Models.RoutingServiceBusTopicEndpointProperties : string -> Azure.ResourceManager.IotHub.Models.RoutingServiceBusTopicEndpointProperties
Public Sub New (name As String)

パラメーター

name
String

このエンドポイントを識別する名前。 名前には英数字、ピリオド、アンダースコア、ハイフンのみを含めることができます。最大長は 64 文字です。 次の名前が予約されています: events、fileNotifications、$default。 エンドポイント名は、エンドポイントの種類間で一意である必要があります。 名前は、実際のトピック名と同じである必要はありません。

例外

name が null です。

適用対象