< Back
Get-AzureRmStreamAnalyticsFunction
Post
NAME Get-AzureRmStreamAnalyticsFunction
SYNOPSIS
Gets functions in a Stream Analytics job.
SYNTAX
Get-AzureRmStreamAnalyticsFunction [-ResourceGroupName] <String> [-JobName] <String> [[-Name] <String>]
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmStreamAnalyticsFunction cmdlet gets a list of the functions that are defined in an Azure Stream
Analytics job or information about a specific function.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-JobName <String>
Specifies the name of the Stream Analytics job to which functions belong. This cmdlet gets functions for the
job that this parameter specifies.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Name <String>
Specifies the name of the Stream Analytics function that this cmdlet gets.
Required? false
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the name of the resource group to which Stream Analytics functions belongs. This cmdlet gets
functions for the group that this parameter specifies.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
System.Collections.Generic.List[Microsoft.Azure.Commands.StreamAnalytics.Models.PSFunction,
Microsoft.Azure.Commands.StreamAnalytics], Microsoft.Azure.Commands.StreamAnalytics.Models.PSFunction
NOTES
Example 1: Get all Stream Analytics functions
PS C:\\>Get-AzureRmStreamAnalyticsFunction -ResourceGroupName "StreamAnalytics-Default-West-US" -JobName
"StreamJob22"
This command gets the functions defined on the job named StreamJob22.
Example 2: Get a specific Stream Analytics function
PS C:\\>Get-AzureRmStreamAnalyticsFunction -ResourceGroupName "StreamAnalytics-Default-West-US" -JobName
"StreamJob22" -Name "ScoreTweet"
This command gets information about the function named ScoreTweet defined on the job named StreamJob22.
RELATED LINKS
Online Version:
https://docs.microsoft.com/en-us/powers ... csfunction
New-AzureRmStreamAnalyticsFunction
Remove-AzureRmStreamAnalyticsFunction
Test-AzureRmStreamAnalyticsFunction
SYNOPSIS
Gets functions in a Stream Analytics job.
SYNTAX
Get-AzureRmStreamAnalyticsFunction [-ResourceGroupName] <String> [-JobName] <String> [[-Name] <String>]
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmStreamAnalyticsFunction cmdlet gets a list of the functions that are defined in an Azure Stream
Analytics job or information about a specific function.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-JobName <String>
Specifies the name of the Stream Analytics job to which functions belong. This cmdlet gets functions for the
job that this parameter specifies.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Name <String>
Specifies the name of the Stream Analytics function that this cmdlet gets.
Required? false
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the name of the resource group to which Stream Analytics functions belongs. This cmdlet gets
functions for the group that this parameter specifies.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
System.Collections.Generic.List[Microsoft.Azure.Commands.StreamAnalytics.Models.PSFunction,
Microsoft.Azure.Commands.StreamAnalytics], Microsoft.Azure.Commands.StreamAnalytics.Models.PSFunction
NOTES
Example 1: Get all Stream Analytics functions
PS C:\\>Get-AzureRmStreamAnalyticsFunction -ResourceGroupName "StreamAnalytics-Default-West-US" -JobName
"StreamJob22"
This command gets the functions defined on the job named StreamJob22.
Example 2: Get a specific Stream Analytics function
PS C:\\>Get-AzureRmStreamAnalyticsFunction -ResourceGroupName "StreamAnalytics-Default-West-US" -JobName
"StreamJob22" -Name "ScoreTweet"
This command gets information about the function named ScoreTweet defined on the job named StreamJob22.
RELATED LINKS
Online Version:
https://docs.microsoft.com/en-us/powers ... csfunction
New-AzureRmStreamAnalyticsFunction
Remove-AzureRmStreamAnalyticsFunction
Test-AzureRmStreamAnalyticsFunction