external help file | Module Name | online version | schema |
---|---|---|---|
advisor-help.xml |
advisor |
2.0.0 |
Builds a list of advisory objects from Azure Advisor query results.
Build-WAFAdvisorObject [-AdvQueryResult] <PSObject[]> [-ProgressAction <ActionPreference>] [<CommonParameters>]
The Build-WAFAdvisorObject function processes the results of an Azure Advisor query and constructs a list of advisory objects. Each advisory object contains details such as recommendation ID, type, name, resource ID, subscription ID, resource group, location, category, impact, and description.
$advQueryResult = Get-WAFAdvisorRecommendations -Subid "12345"
An array of query results from Azure Advisor.
Type: PSObject[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Claudio Merola Date: 2024-08-07