< Back

Remove-AzureRmStreamAnalyticsJob

Sat Jan 11, 2020 10:43 am

NAME Remove-AzureRmStreamAnalyticsJob



SYNOPSIS

Removes a Stream Analytics job.





SYNTAX

Remove-AzureRmStreamAnalyticsJob [-ResourceGroupName] <String> [-Name] <String> [-DefaultProfile

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





DESCRIPTION

The Remove-AzureRmStreamAnalyticsJob cmdlet asynchronously deletes a specific Stream Analytics job in Azure.





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



-Name <String>

Specifies the name of the Azure Stream Analytics job to remove.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group to which the Azure Stream Analytics job belongs.



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 job



PS C:\\>Remove-AzureRmStreamAnalyticsJob -ResourceGroupName "StreamAnalytics-Default-West-US" -Name "StreamingJob"



This command removes the job StreamingJob.







RELATED LINKS

Online Version:

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

Get-AzureRmStreamAnalyticsJob

New-AzureRmStreamAnalyticsJob

Start-AzureRmStreamAnalyticsJob

Stop-AzureRmStreamAnalyticsJob