< Back

Stop-AzureDatabricksJob

Sun Jan 19, 2020 6:08 pm

NAME Stop-AzureDatabricksJob



SYNOPSIS

Stops a running Azure Databricks job.





SYNTAX

Stop-AzureDatabricksJob [-Connection] <Object> [-RunID] <Int32> [-Force] [<CommonParameters>]





DESCRIPTION

This function will stop an already-running Azure Databricks job by job ID.





PARAMETERS

-Connection <Object>

An object that represents an Azure Databricks API connection where you want to stop your job.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-RunID <Int32>



Required? true

Position? 2

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Force [<SwitchParameter>]



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



OUTPUTS



NOTES





Author: Drew Furgiuele (@pittfurg), http://www.port1433.com

Website: https://www.igs.com

Copyright: (c) 2019 by IGS, licensed under MIT

License: MIT https://opensource.org/licenses/MIT



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Stop-AzureDatabricksJob -Connection $Connection -JobID 1



Stops job id 1 on the Azure Databricks instance defined in $Connection











RELATED LINKS