Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/26.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用azure AzanalyseServicesServer powershell获取分析服务的定价层_Azure_Powershell_Ssas - Fatal编程技术网

如何使用azure AzanalyseServicesServer powershell获取分析服务的定价层

如何使用azure AzanalyseServicesServer powershell获取分析服务的定价层,azure,powershell,ssas,Azure,Powershell,Ssas,我正在使用Azure模块“Get-AzanalysesservicesServer”获取Analysis services定价层 我无法获得定价级别。例如“S1”。如注释中所述,定价层将包含在Sku中,只需使用以下命令即可 (Get-AzAnalysisServicesServer -ResourceGroupName <ResourceGroupName> -Name <Analysis Service Name>).Sku (Get-Azanalysesservic

我正在使用Azure模块“Get-AzanalysesservicesServer”获取Analysis services定价层


我无法获得定价级别。例如“S1”。

如注释中所述,定价层将包含在
Sku
中,只需使用以下命令即可

(Get-AzAnalysisServicesServer -ResourceGroupName <ResourceGroupName> -Name <Analysis Service Name>).Sku

(Get-AzanalysesserviceServer-ResourceGroupName-Name

我以为输出的Sku属性会告诉你S1。你能发布你看到的输出吗?它应该与返回以下内容的文档匹配:@Ranix Hi,如果有帮助,你能接受它作为答案吗?