Когда я запускаю этот код в задаче PowerShell Azure
Get-AzureRmStorageAccount -ResourceGroupName "****V2"
$storageAccounts = Get-AzureRmStorageAccount -ResourceGroupName "****V2"
Write-Host $storageAccounts
Write-Host $storageAccounts.value
, я вижу:
Get-AzureRmStorageAccount -ResourceGroupName "****V2"
возвращает список, но переменная отображается пустой.Разве невозможно сохранить возвращаемое значение в переменной?