Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 powershell 在 Azure 云服务中查找可用性集。云服务是使用经典模型创建的。
我不确定这是否是正确的答案:
get-AzureService -ServiceName "myService"
那是对的。Get-AzureService 返回有关当前订阅的云服务的信息。
语法是:
Get-AzureService -ServiceName "nameOfService"