< Back
Get-AzureDatabricksCluster
Post
NAME Get-AzureDatabricksCluster
SYNOPSIS
Returns an object representing defined Azure Databricks clusters.
SYNTAX
Get-AzureDatabricksCluster [-Connection] <Object> [[-ClusterID] <String>] [<CommonParameters>]
DESCRIPTION
Returns an object representing defined Azure Databricks clusters. If a cluster ID is supplied, it will filter for
a specific cluster, otherwise it will return an
array of cluster objects.
PARAMETERS
-Connection <Object>
An object that represents an Azure Databricks API connection where you want to get your clusters from.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ClusterID <String>
The cluster ID of the specific databricks cluster you want to return.
Required? false
Position? 2
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-AzureDatabricksCluster -Connection $Connection
Returns an array of Databricks cluster objects defined in the Azure databricks instance defined in $Connection
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-AzureDatabricksCluster -Connection $Connection -ClusterID 1
Returns an object that represents cluster ID number 1 on the Azure Databricks instances defined in $Connection
RELATED LINKS
SYNOPSIS
Returns an object representing defined Azure Databricks clusters.
SYNTAX
Get-AzureDatabricksCluster [-Connection] <Object> [[-ClusterID] <String>] [<CommonParameters>]
DESCRIPTION
Returns an object representing defined Azure Databricks clusters. If a cluster ID is supplied, it will filter for
a specific cluster, otherwise it will return an
array of cluster objects.
PARAMETERS
-Connection <Object>
An object that represents an Azure Databricks API connection where you want to get your clusters from.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ClusterID <String>
The cluster ID of the specific databricks cluster you want to return.
Required? false
Position? 2
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-AzureDatabricksCluster -Connection $Connection
Returns an array of Databricks cluster objects defined in the Azure databricks instance defined in $Connection
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-AzureDatabricksCluster -Connection $Connection -ClusterID 1
Returns an object that represents cluster ID number 1 on the Azure Databricks instances defined in $Connection
RELATED LINKS