gpt4 book ai didi

Azure服务总线订阅启用自动删除二头肌

转载 作者:行者123 更新时间:2023-12-02 07:51:39 39 4
gpt4 key购买 nike

我正在阅读这篇文档 https://learn.microsoft.com/en-us/azure/templates/microsoft.servicebus/namespaces/topics/subscriptions?pivots=deployment-language-bicep下面是使用二头肌订阅服务总线的可编辑规范列表

resource symbolicname 'Microsoft.ServiceBus/namespaces/topics/subscriptions@2022-10-01-preview' = {
name: 'string'
parent: resourceSymbolicName
properties: {
autoDeleteOnIdle: 'string'
clientAffineProperties: {
clientId: 'string'
isDurable: bool
isShared: bool
}
deadLetteringOnFilterEvaluationExceptions: bool
deadLetteringOnMessageExpiration: bool
defaultMessageTimeToLive: 'string'
duplicateDetectionHistoryTimeWindow: 'string'
enableBatchedOperations: bool
forwardDeadLetteredMessagesTo: 'string'
forwardTo: 'string'
isClientAffine: bool
lockDuration: 'string'
maxDeliveryCount: int
requiresSession: bool
status: 'string'
}
}

我在上面的二头肌规范上找不到“从不自动删除”。最接近的是“autoDeleteOnIdle”,这是我们在 bicep 中传递的一个,让 azure 知道删除消息之前需要多长时间。但上面的配置中似乎没有出现“从不自动删除”。有什么想法如何在二头肌中为 azure 服务总线订阅设置“从不自动删除”吗?谢谢。

enter image description here

最佳答案

在 Azure 门户中,如果您选中从不自动删除,它将设置 autoDeleteOnIdle,如下所示:

autoDeleteOnIdle: 'P10675198DT2H48M5.477S'

关于Azure服务总线订阅启用自动删除二头肌,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75950604/

39 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com