标签: azure azure-virtual-machine azure-cloud-services azure-vm-role azure-availability-set
我正在尝试使用PowerShell在Azure云服务中查找可用性集。 Cloud Service是使用经典模型创建的。
我不确定这是否是正确答案:
get-AzureService -ServiceName "myService"
答案 0 :(得分:0)
这是正确的。 Get-AzureService返回有关当前订阅的云服务的信息。
语法是:
Get-AzureService -ServiceName "nameOfService"