gpt4 book ai didi

azure - 如何在 Azure 上的 powershell 中获取 VmSize

转载 作者:行者123 更新时间:2023-12-03 02:24:17 25 4
gpt4 key购买 nike

我想写VmSize。当我输入 get-azvm 时,我获得了有关 VM 的所有信息。

当我输入 get-azvm |select VmSize 时,我有一个空变量。
我怎样才能得到这个信息?

我在网上搜索信息我只找到如何在本地化中获取有关磁盘的信息。

I need the VmSize

PS C:\>Windows\system32> get-azvm

ResourceGroupName Name Location VmSize OsType NIC ProvisioningState Zone
----------------- ---- -------- ------ ------ --- ----------------- ----
WITRG maszynatestowa westeurope Standard_D2s_v3 Windows maszynatestowa Succeeded
WITRG2 Druga westeurope Standard_DS1_v2 Windows druga783 Succeeded
WITRG2 WitVM2 westeurope Standard_D2s_v3 Windows WitVM2 Succeeded

最佳答案

Get-AzVM | Select-Object -ExpandProperty HardwareProfile

文档: https://learn.microsoft.com/en-us/powershell/module/az.compute/get-azvm

关于azure - 如何在 Azure 上的 powershell 中获取 VmSize,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67688561/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com