如何使用 Azure REST ARM 获取云服务证书 API
How to get the cloud service certificate with Azure REST ARM API
获取证书的服务管理API是这个
https://management.core.windows.net/<subscription-id>/services/hostedservices/<service-name>/certificates/<thumbprint-algorithm>-<thumbprint-in-hexadecimal>
我需要等效的 ARM API?请帮助
您需要这个 api 电话:
/subscriptions/%sub_Id%/resourceGroups/%rg_Name%/providers/Microsoft.ClassicCompute/domainNames/%cloudService_Name%/servicecertificates
获取证书的服务管理API是这个
https://management.core.windows.net/<subscription-id>/services/hostedservices/<service-name>/certificates/<thumbprint-algorithm>-<thumbprint-in-hexadecimal>
我需要等效的 ARM API?请帮助
您需要这个 api 电话:
/subscriptions/%sub_Id%/resourceGroups/%rg_Name%/providers/Microsoft.ClassicCompute/domainNames/%cloudService_Name%/servicecertificates