共用方式為


Stop-AzDataFactoryV2IntegrationRuntime

停止受控專用整合運行時間。

語法

Stop-AzDataFactoryV2IntegrationRuntime
    [-Force]
    [-Name] <String>
    [-ResourceGroupName] <String>
    [-DataFactoryName] <String>
    [-DefaultProfile <IAzureContextContainer>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]
Stop-AzDataFactoryV2IntegrationRuntime
    [-Force]
    [-ResourceId] <String>
    [-DefaultProfile <IAzureContextContainer>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]
Stop-AzDataFactoryV2IntegrationRuntime
    [-Force]
    [-InputObject] <PSIntegrationRuntime>
    [-DefaultProfile <IAzureContextContainer>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

Stop-AzDataFactoryV2IntegrationRuntime Cmdlet 會停止處於「已啟動」狀態的受控專用整合運行時間,而此運行時間是由 Start-AzDataFactoryV2IntegrationRuntime Cmdlet 啟動。 資源會釋出,狀態會傳輸至「已停止」。

範例

範例 1:停止處於「已啟動」狀態的受控整合運行時間。

Stop-AzDataFactoryV2IntegrationRuntime -ResourceGroupName 'rg-test-dfv2' -DataFactoryName 'test-df' -Name 'test-reserlved-ir'

受控整合運行時間 'test-reserlved-ir' 處於 'Started' 狀態。 執行 Stop-AzDataFactoryV2IntegrationRuntime Cmdlet 之後,會釋放資源,並將狀態傳輸至 「已停止」。

參數

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DataFactoryName

數據處理站名稱。

類型:String
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Force

執行 Cmdlet,而不提示確認。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-InputObject

整合運行時間物件。

類型:PSIntegrationRuntime
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Name

整合運行時間名稱。

類型:String
別名:IntegrationRuntimeName
Position:2
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ResourceGroupName

資源組名。

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ResourceId

Azure 資源標識碼。

類型:String
別名:Id
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行但未執行 Cmdlet 時會發生什麼情況。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

String

PSIntegrationRuntime

輸出

Void

備註

關鍵詞:azure, azurerm, arm, 資源, 管理, 管理員, 數據, 工廠, 複製, 活動, 整合運行時間