gpt4 book ai didi

powershell - 从我的图像中获取 Azure VMImage

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

我正在尝试从存储在“我的图像”中的自定义图像中查找 Azure ImageName。可以使用 PowerShell 来完成吗?

最佳答案

Get-AzureVMImage | where { $_.Label -match '<<your-image-label>>'}

Get-AzureVMImage | where { $_.ImageName -match '<<your-image-name>>'}

关于powershell - 从我的图像中获取 Azure VMImage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28953137/

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