Skip to content

Latest commit

 

History

History
112 lines (81 loc) · 2.79 KB

Get-AzureRmOperationalInsightsSavedSearchResults.md

File metadata and controls

112 lines (81 loc) · 2.79 KB
external help file Module Name ms.assetid online version schema
Microsoft.Azure.Commands.OperationalInsights.dll-Help.xml
AzureRM.OperationalInsights
AA3EF369-C724-4D32-A56E-503CBE191320
2.0.0

Get-AzureRmOperationalInsightsSavedSearchResults

SYNOPSIS

Returns the results from a query.

SYNTAX

Get-AzureRmOperationalInsightsSavedSearchResults [-ResourceGroupName] <String> [-WorkspaceName] <String>
 [-SavedSearchId] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]

DESCRIPTION

The Get-AzureRmOperationalInsightsSavedSearchResults cmdlet returns the results from the query specified by the search ID.

EXAMPLES

Example 1: Get all of the search results for a saved search

PS C:\>Get-AzureRmOperationalInsightSavedSearchResults -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace" -SavedSearchId "ContosoSavedSearchId"

This command gets all of the search results for a saved search.

PARAMETERS

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzureRmContext, AzureCredential

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceGroupName

Specifies the name of an Azure resource group that contains a workspace.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-SavedSearchId

Specifies a saved search ID.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-WorkspaceName

Specifies a workspace name.

Type: System.String
Parameter Sets: (All)
Aliases: Name

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

System.String

OUTPUTS

Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchGetSearchResultsResponse

NOTES

RELATED LINKS

Azure Operational Insights Cmdlets