0
連接數據的磁盤沒有人有通過python的ARM版數據的磁盤附加到VM 1.0.2 API的解決方案?天青通過Python API
我已經嘗試添加元數據到磁盤,但它似乎沒有工作。
'disk5.vhd': { 'metadata': { 'x-ms-meta-microsoftazurecompute_diskid': '9bab45ae-b69c-47d6-952e-9b4320884f01',
'x-ms-meta-microsoftazurecompute_diskname': 'disk5',
'x-ms-meta-microsoftazurecompute_disksizeingb': '22',
'x-ms-meta-microsoftazurecompute_disktype': 'DataDisk',
'x-ms-meta-microsoftazurecompute_resourcegroupname': 'pythonvm10085',
'x-ms-meta-microsoftazurecompute_vmname': 'pythonvm10085'},
謝謝你,但servicemanagement只支持蔚藍的經典門戶。我正在尋找支持新的Azure預覽門戶的Resource menagement python SDK。 –
要利用ARM,您可以參考http://azure-sdk-for-python.readthedocs.org/en/latest/resourcemanagementcomputenetwork.html#create-virtual-machine,那裏有一個函數'compute_client.virtual_machines.create_or_update ()'在這個例子中 –
你可以在http://azure-sdk-for-python.readthedocs.org/en/latest/ref/azure.mgmt.compute.computemanagement.html?highlight=datadisk找到datadisk類參數#azure.mgmt.compute.computemanagement.DataDisk –