< Back

Remove-AzureDatabricksJob

Sun Jan 19, 2020 6:07 pm

NAME Remove-AzureDatabricksJob



SYNOPSIS

Deletes a defined Azure Databricks job.





SYNTAX

Remove-AzureDatabricksJob [-Connection] <Object> [-JobID] <Int32> [<CommonParameters>]





DESCRIPTION

Deletes a defined Azure Databricks job. Returns an object representing the deleted job with details.





PARAMETERS

-Connection <Object>

An object that represents an Azure Databricks API connection where you want to remove your job from



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-JobID <Int32>

The name of the cluster you want to install the libraries on.



Required? true

Position? 2

Default value 0

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:\\>Remove-AzureDatabricksJob -Connection $Connection -JobID 1



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











RELATED LINKS