gpt4 book ai didi

azure - 如何通过 C# 获取 Azure Log Analytics 工作区的工作区 ID

转载 作者:行者123 更新时间:2023-12-02 06:43:30 25 4
gpt4 key购买 nike

如何通过 C# 获取 Azure 中 Log Analytics 工作区的工作区 ID?

enter image description here

最佳答案

我发现 OperationalInsightsManagementClient 类也可以使用。

var client = new OperationalInsightsManagementClient(GetCredentials()) {SubscriptionId = subscriptionId};
return (await client.Workspaces.ListByResourceGroupWithHttpMessagesAsync(resourceGroupName))
.Body
.Select(w => w.CustomerId)
.FirstOrDefault();

关于azure - 如何通过 C# 获取 Azure Log Analytics 工作区的工作区 ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56881373/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com