使用C#在Azure中创建资源组

问题描述

https://docs.microsoft.com/en-us/rest/api/resources/resourcegroups/createorupdate

此呼叫的身份验证是Azure Active Directory OAuth2 Flow,但是我无法使用模拟,它将作为功能运行。

要调用图形api,我将设置类似这样的内容。

def build(self):
    # ... 
        
    # get the root widget
    self.root = root = Builder.load_file('root.kv')

    # get toolbar
    toolbar=root.ids.toolbar
    
    # get the icons on the right
    action_items = toolbar.ids.right_actions.children

    # loop over the icons
    for item in action_items:
        # change the color
        item.text_color=(1,1) # red

您知道我的电话会议范围是什么,或者可以找到在Azure中创建一系列不同事物的范围的很好参考?

TIA

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)