试图查找规模集上现有的 IaaSDiagnostics 是什么,但无法将设置提取为字符串输出,
试过这个但没有太大帮助,因为以 JProperty 形式返回,
Get-AzureRmVmss -ResourceGroupName usptenant-DAT-EastUS -VMScaleSetName besfvm `
| Select-Object -ExpandProperty VirtualMachineProfile `
| Select-Object -ExpandProperty ExtensionProfile `
| %{ $_.Extensions[1] | Select-Object -ExpandProperty Settings }
我在访问诊断信息时遇到了类型转换或完全错误的方向。