AzureFunctionStorageQueue interface
用于保留存储队列名称和 URI 的结构。
属性
queue |
Azure 函数存储队列的名称。 |
storage |
Azure 存储队列服务的 URI,允许你作队列。 |
属性详细信息
queueName
Azure 函数存储队列的名称。
queueName: string
属性值
string
storageServiceEndpoint
Azure 存储队列服务的 URI,允许你作队列。
storageServiceEndpoint: string
属性值
string