次の方法で共有


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

定義

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

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

パラメーター

name
String

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

例外

name が null です。

適用対象