Delen via


Get-AzSynapseSparkConfiguration

Hiermee haalt u informatie op over Spark-configuraties in een werkruimte.

Syntaxis

Get-AzSynapseSparkConfiguration
   -WorkspaceName <String>
   [-Name <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSynapseSparkConfiguration
   -WorkspaceObject <PSSynapseWorkspace>
   [-Name <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

De cmdlet Get-AzSynapseSparkConfiguration haalt informatie op over spark-configuraties in een werkruimte. Als u de naam van een Spark-configuratie opgeeft, krijgt de cmdlet informatie over die Spark-configuratie. Als u geen naam opgeeft, krijgt de cmdlet informatie over alle Spark-configuraties in de werkruimte.

Voorbeelden

Voorbeeld 1

Get-AzSynapseSparkConfiguration -WorkspaceName ContosoWorkspace

Hiermee haalt u een lijst op met alle Spark-configuraties in de werkruimte ContosoWorkspace.

Voorbeeld 2

Get-AzSynapseSparkConfiguration -WorkspaceName ContosoWorkspace -Name ContosoSparkConfiguration

Hiermee haalt u één Spark-configuratie op met de naam ContosoSparkConfiguration in de werkruimte ContosoWorkspace.

Voorbeeld 3

$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
$ws | Get-AzSynapseSparkConfiguration -Name ContosoSparkConfiguration

Hiermee haalt u één Spark-configuratie op met de naam ContosoSparkConfiguration in de werkruimte ContosoWorkspace via de pijplijn.

Parameters

-DefaultProfile

De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.

Type:IAzureContextContainer
Aliassen:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-Name

De naam van de Spark-configuratie.

Type:String
Aliassen:SparkConfigurationName
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-WorkspaceName

Naam van Synapse-werkruimte.

Type:String
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-WorkspaceObject

werkruimte-invoerobject, meestal doorgegeven via de pijplijn.

Type:PSSynapseWorkspace
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

Invoerwaarden

PSSynapseWorkspace

Uitvoerwaarden

PSSparkConfigurationResource