-1

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

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

get-AzureService -ServiceName "myService" 
4

1 回答 1

0

那是对的。Get-AzureService 返回有关当前订阅的云服务的信息。

语法是:

Get-AzureService -ServiceName "nameOfService"
于 2016-08-15T09:32:14.730 回答