次の方法で共有


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

定義

QueueAttribute クラスの新しいインスタンスを初期化します。

public QueueAttribute (string queueName);
new Microsoft.Azure.WebJobs.QueueAttribute : string -> Microsoft.Azure.WebJobs.QueueAttribute
Public Sub New (queueName As String)

パラメーター

queueName
String

バインド先のキューの名前。

適用対象