次の方法で共有


Get-AzSynapseIntegrationRuntimeKey

セルフホステッド統合ランタイムのキーを取得します。

構文

Get-AzSynapseIntegrationRuntimeKey
   [-ResourceGroupName <String>]
   -WorkspaceName <String>
   -Name <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSynapseIntegrationRuntimeKey
   -Name <String>
   -WorkspaceObject <PSSynapseWorkspace>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSynapseIntegrationRuntimeKey
   -ResourceId <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSynapseIntegrationRuntimeKey
   -InputObject <PSIntegrationRuntime>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

Get-AzSynapseIntegrationRuntimeKey コマンドレットは、統合ランタイムのキーを取得します。 キーは、統合ランタイム ノードの登録に使用されます。

例 1

Get-AzSynapseIntegrationRuntimeKey -WorkspaceName ContosoWorkspace -Name 'test-selfhost-ir'

コマンドレットは、"test-selfhost-ir" という名前の統合ランタイムのキーを取得します。

パラメーター

-DefaultProfile

Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。

型:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
既定値:None
必須:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

統合ランタイム オブジェクト。

型:PSIntegrationRuntime
Position:Named
既定値:None
必須:True
Accept pipeline input:True
Accept wildcard characters:False

-Name

統合ランタイム名。

型:String
Aliases:IntegrationRuntimeName
Position:Named
既定値:None
必須:True
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

リソース グループ名。

型:String
Position:Named
既定値:None
必須:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceId

Synapse 統合ランタイムのリソース識別子。

型:String
Position:Named
既定値:None
必須:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceName

Synapse ワークスペースの名前。

型:String
Position:Named
既定値:None
必須:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceObject

ワークスペース入力オブジェクト。通常はパイプラインを介して渡されます。

型:PSSynapseWorkspace
Position:Named
既定値:None
必須:True
Accept pipeline input:True
Accept wildcard characters:False

入力

PSSynapseWorkspace

PSIntegrationRuntime

出力

PSIntegrationRuntimeKeys