• <small id='zX3jv'></small><noframes id='zX3jv'>

  • <tfoot id='zX3jv'></tfoot>
      <bdo id='zX3jv'></bdo><ul id='zX3jv'></ul>
    1. <i id='zX3jv'><tr id='zX3jv'><dt id='zX3jv'><q id='zX3jv'><span id='zX3jv'><b id='zX3jv'><form id='zX3jv'><ins id='zX3jv'></ins><ul id='zX3jv'></ul><sub id='zX3jv'></sub></form><legend id='zX3jv'></legend><bdo id='zX3jv'><pre id='zX3jv'><center id='zX3jv'></center></pre></bdo></b><th id='zX3jv'></th></span></q></dt></tr></i><div id='zX3jv'><tfoot id='zX3jv'></tfoot><dl id='zX3jv'><fieldset id='zX3jv'></fieldset></dl></div>

      <legend id='zX3jv'><style id='zX3jv'><dir id='zX3jv'><q id='zX3jv'></q></dir></style></legend>

        禁用 Azure Functions 的属性在 Visual Studio 2017 中不起作用

        Disable Property of Azure Functions not working in Visual Studio 2017(禁用 Azure Functions 的属性在 Visual Studio 2017 中不起作用)
          1. <small id='09s5i'></small><noframes id='09s5i'>

              <tbody id='09s5i'></tbody>
            <tfoot id='09s5i'></tfoot>
          2. <i id='09s5i'><tr id='09s5i'><dt id='09s5i'><q id='09s5i'><span id='09s5i'><b id='09s5i'><form id='09s5i'><ins id='09s5i'></ins><ul id='09s5i'></ul><sub id='09s5i'></sub></form><legend id='09s5i'></legend><bdo id='09s5i'><pre id='09s5i'><center id='09s5i'></center></pre></bdo></b><th id='09s5i'></th></span></q></dt></tr></i><div id='09s5i'><tfoot id='09s5i'></tfoot><dl id='09s5i'><fieldset id='09s5i'></fieldset></dl></div>
            • <bdo id='09s5i'></bdo><ul id='09s5i'></ul>
              <legend id='09s5i'><style id='09s5i'><dir id='09s5i'><q id='09s5i'></q></dir></style></legend>

                1. 本文介绍了禁用 Azure Functions 的属性在 Visual Studio 2017 中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有带有计时器触发器的 Azure 功能.

                  I have Azure function with timer trigger.

                  public static void Run([TimerTrigger("0 */15 * * * *"), Disable("True")]TimerInfo myTimer, TraceWriter log)
                  

                  这里 Disable("true") 不起作用.它生成 function.json"disabled": "True", 不正确.应该是"disabled": True,Disable 只接受字符串值.有什么办法可以改变这个吗?或任何其他禁用功能的方法?

                  Here the Disable("true") is not working. it generates the function.json as "disabled": "True", which is not correct. It should be "disabled": True, Disable only accepts string value. Is there any way to change this? or any other way to disable function?

                  推荐答案

                  禁用属性默认值为true.

                  使用 Disable() 代替 Disable("true").

                  所以代码看起来像

                  public static void Run([TimerTrigger("0 */15 * * * *"), Disable()]TimerInfo myTimer, TraceWriter log) .

                  如果要启用该功能,请使用 Disable("False").

                  If you want to enable the function use Disable("False").

                  这篇关于禁用 Azure Functions 的属性在 Visual Studio 2017 中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Adding and removing users from Active Directory groups in .NET(在 .NET 中的 Active Directory 组中添加和删除用户)
                  set equality in linq(在 linq 中设置相等)
                  HashSet conversion to List(HashSet 转换为 List)
                  How to set timeout for webBrowser navigate event(如何为 webBrowser 导航事件设置超时)
                  Test whether two IEnumerablelt;Tgt; have the same values with the same frequencies(测试两个IEnumerablelt;Tgt;具有相同频率的相同值)
                  How do you determine if two HashSets are equal (by value, not by reference)?(您如何确定两个 HashSet 是否相等(按值,而不是按引用)?)
                2. <i id='nMO81'><tr id='nMO81'><dt id='nMO81'><q id='nMO81'><span id='nMO81'><b id='nMO81'><form id='nMO81'><ins id='nMO81'></ins><ul id='nMO81'></ul><sub id='nMO81'></sub></form><legend id='nMO81'></legend><bdo id='nMO81'><pre id='nMO81'><center id='nMO81'></center></pre></bdo></b><th id='nMO81'></th></span></q></dt></tr></i><div id='nMO81'><tfoot id='nMO81'></tfoot><dl id='nMO81'><fieldset id='nMO81'></fieldset></dl></div>

                    <tfoot id='nMO81'></tfoot>
                  1. <small id='nMO81'></small><noframes id='nMO81'>

                      <bdo id='nMO81'></bdo><ul id='nMO81'></ul>
                      • <legend id='nMO81'><style id='nMO81'><dir id='nMO81'><q id='nMO81'></q></dir></style></legend>

                              <tbody id='nMO81'></tbody>