Using Azure resource graph with .net SDK
问题 I'm trying to query my Azure Resource Manager resources using Azure Resource Graph with Azure .NET SDK. Currently I'm stuck at creating a ResourceGraphClient , I'm not really sure what value to provide to the System.Net.Http.DelegatingHandler[] parameter. 回答1: According to my research, If you want to create ResourceGraphClient with System.Net.Http.DelegatingHandler[] directly, it is impossible. Because it is a projected Constructor. For more details, please refer to here Besides, according to