< Back

Remove-AzureRmStreamAnalyticsFunction

Sat Jan 11, 2020 10:42 am

NAME Remove-AzureRmStreamAnalyticsFunction



SYNOPSIS

Deletes a function from a Stream Analytics job.





SYNTAX

Remove-AzureRmStreamAnalyticsFunction [-ResourceGroupName] <String> [-JobName] <String> [-Name] <String>

[-DefaultProfile <IAzureContextContainer>] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Remove-AzureRmStreamAnalyticsFunction cmdlet deletes a function asynchronously from an Azure Stream Analytics

job.





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 a function belongs. This cmdlet removes a function

from 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 removes.



Required? true

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 a Stream Analytics function belongs. This cmdlet deletes a

function in the resource group that this parameter specifies.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

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.Object







NOTES









Example 1: Remove a Stream Analytics function



PS C:\\>Remove-AzureRmStreamAnalyticsFunction -ResourceGroupName "StreamAnalytics-Default-West-US" -JobName

"StreamJob22" -Name "ScoreTweet"



This command removes the function named ScoreTweet from the job named StreamJob22.







RELATED LINKS

Online Version:

https://docs.microsoft.com/en-us/powers ... csfunction

Get-AzureRmStreamAnalyticsFunction

New-AzureRmStreamAnalyticsFunction

Test-AzureRmStreamAnalyticsFunction