< Back

Get-AzureDatabricksJob

Sun Jan 19, 2020 6:07 pm

NAME Get-AzureDatabricksJob



SYNOPSIS

Returns an array of objects representing all defined Azure Databricks job for a given connection.





SYNTAX

Get-AzureDatabricksJob [-Connection] <Object> [<CommonParameters>]





DESCRIPTION

Returns an array of objects representing all defined Azure Databricks job for a given connection.





PARAMETERS

-Connection <Object>

An object that represents an Azure Databricks API connection where you want to get a list of defined jobs from.



Required? true

Position? 1

Default value

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:\\>Get-AzureDatabricksJob -Connection $Connection



Gets all defined jobs from the Azure Databricks instance $Connection











RELATED LINKS