在经典模式下使用Azure查找azure可用性集

时间:2016-08-13 01:27:15

标签: azure azure-virtual-machine azure-cloud-services azure-vm-role azure-availability-set

我正在尝试使用PowerShell在Azure云服务中查找可用性集。 Cloud Service是使用经典模型创建的。

我不确定这是否是正确答案:

get-AzureService -ServiceName "myService" 

1 个答案:

答案 0 :(得分:0)

这是正确的。 Get-AzureService返回有关当前订阅的云服务的信息。

语法是:

Get-AzureService -ServiceName "nameOfService"