gpt4 book ai didi

azure - 如何以编程方式了解 azure 角色的当前区域?

转载 作者:行者123 更新时间:2023-12-02 11:16:44 24 4
gpt4 key购买 nike

我需要以编程方式查找当前角色运行的当前区域(例如“美国西部”或“美国东部”)。有没有API可以找到这个?

最佳答案

考虑使用Get Cloud Service在服务管理 API 中。当您提供您的角色所属的服务时,您可以检索类似于以下内容的响应。请注意我已加星标的位置字段。

<?xml version="1.0" encoding="utf-8"?>
<HostedService xmlns="http://schemas.microsoft.com/windowsazure">
<Url>hosted-service-url</Url>
<ServiceName>hosted-service-name</ServiceName>
<HostedServiceProperties>
<Description>description</Description>
<AffinityGroup>name-of-affinity-group</AffinityGroup>
**<Location>location-of-service</Location >**
<Label>base-64-encoded-name-of-service</Label>
<Status>current-status-of-service</Status>
<DateCreated>creation-date-of-service</DateCreated>
<DateLastModified>last-modification-date-of-service</DateLastModified>
<ExtendedProperties>
<ExtendedProperty>
<Name>name-of-property</Name>
<Value>value-of-property</Value>
</ExtendedProperty>
</ExtendedProperties>
<GuestAgentType>type-of-guest-agent</GuestAgentType>
</HostedServiceProperties>
<DefaultWinRmCertificateThumbprint>thumbprint-of-winrm-certificate</DefaultWinRmCertificateThumbprint>
</HostedService>

关于azure - 如何以编程方式了解 azure 角色的当前区域?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21999841/

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