我已經使用類似於http://blogs.infinitesquare.com/b/tranise/archives/-azure-resource-group-une-nouvelle-facon-dorganiser-ses-environnements-dans-azure#.Vr1RrfIrLgk的代碼在C#中使用Azure創建資源組。我現在試圖通過在資源上放置標籤來擴展它。Azure資源組設置標籤與SDK?
添加resourceGroupGetResult.ResourceGroup.Tags.Add("a","1")
作品,但隨後CreateOrUpdateAsync調用失敗
"InvalidRequestContent: The request content was invalid and could not be deserialized: 'Could not find member 'provisioningState' on object of type 'ResourceGroupDefinition'. Path 'provisioningState', line 9, position 23.'."
什麼是標籤添加到資源組的正確方法是什麼?當然,我希望在此之後將相同的標籤添加到組內資源。
謝謝。
你正在使用的nuget包和版本是什麼? – juvchan
提供的答案是否可以解決您的問題? – juvchan