< Back

Get-DatabricksInstancePool

Sat Jan 11, 2020 9:55 am

NAME Get-DatabricksInstancePool



SYNOPSIS

Pulls the contents of a Databricks folder (and subfolders) locally so that they can be committed to a repo





SYNTAX

Get-DatabricksInstancePool -BearerToken <String> [-Region <String>] [-InstancePoolId <String>] [-InstancePoolName

<String>] [<CommonParameters>]



Get-DatabricksInstancePool [-Region <String>] [-InstancePoolId <String>] [-InstancePoolName <String>]

[<CommonParameters>]





DESCRIPTION

Pulls the contents of a Databricks folder (and subfolders) locally so that they can be committed to a repo





PARAMETERS

-BearerToken <String>

Your Databricks Bearer token to authenticate to your workspace (see User Settings in Datatbricks WebUI)



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Region <String>

Azure Region - must match the URL of your Databricks workspace, example northeurope



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-InstancePoolId <String>

Optional. Returns just a single pool.



Required? false

Position? named

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-InstancePoolName <String>

Optional. Returns just a single pool.



Required? false

Position? named

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: Simon D'Morias / Data Thirst Ltd



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



PS C:\\>Get-DatabricksInstancePool -BearerToken $BearerToken -Region $Region



Returns all pools











RELATED LINKS