gpt4 book ai didi

powershell - 我们在 Get-Azure Resource -ApiVersion 参数中放置什么?

转载 作者:行者123 更新时间:2023-12-03 16:29:41 25 4
gpt4 key购买 nike

我正在尝试获取特定的 Microsoft Azure 网站资源,以便我可以更改其某些属性。要获取单个资源,Get-AzureResource 需要 ApiVersion 属性。我在哪里可以找到这个?

参数集:获取单个资源

Get-AzureResource 
[-Name] <String>
-ApiVersion <String>
-ResourceGroupName <String>
-ResourceType <String>
[-ParentResource <String> ]
[ <CommonParameters>]

参见http://msdn.microsoft.com/en-us/library/dn654579.aspx

最佳答案

我找到了答案here.

在 PowerShell 中运行以下命令。

$DebugPreference='Continue'
Get-AzureResourceGroup

调试输出将像这样开始:

DEBUG: 5:25:10 PM - GetAzureResourceGroupCommand begin processing with ParameterSet 'GetMultiple'.
DEBUG: 5:25:10 PM - using account id '<a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0b666e4b6f64666a626525686466" rel="noreferrer noopener nofollow">[email protected]</a>'...
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.azure.com/subscriptions/12345678-1234-1234-1234-1234567890ab/providers/microsoft.batch/register?api-version=2014-04-01-preview

检查绝对 Uri - 查询字符串参数为 api-version

完成后,在 PowerShell 中运行以下命令以停止调试输出。

$DebugPreference='SilentlyContinue'

关于powershell - 我们在 Get-Azure Resource -ApiVersion 参数中放置什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26132194/

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