共用方式為


Stop-AzureStorSimpleJob

停止 StorSimple 作業。

注意

本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰

Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。

語法

Stop-AzureStorSimpleJob
    -InstanceId <String>
    [-Force]
    [-Profile <AzureSMProfile>]
    [<CommonParameters>]

Description

Stop-AzureStorSimpleJob Cmdlet 會停止進行中的 StorSimple 作業。 您可以藉由提供實例識別碼或作業名稱來指定作業。

範例

範例 1:停止裝置的工作

PS C:\>Get-AzureStorSimpleJob -DeviceName "Device07" | Stop-AzureStorSimpleJob -Force

此命令會使用 Get-AzureStorSimpleJob Cmdlet 來取得名為 Device07 的裝置作業。 命令會使用管線運算符,將作業傳遞至目前的 Cmdlet。 目前的 Cmdlet 會停止命令傳遞給它的任何作業。 命令會 指定 Force 參數,因此,它不會在停止作業之前提示您進行確認。

範例 2:停止特定作業

PS C:\>Stop-AzureStorSimpleJob -InstanceId "574f47e0-44e9-495c-b8a5-0203c57ebf6d" -Force

此命令會停止具有指定實例標識碼的作業。

參數

-Force

強制命令執行,而不要求使用者確認。

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

-InstanceId

指定要停止之裝置作業的識別碼。

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

-Profile

指定 Azure 設定檔。

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

輸入

None

輸出

DeviceJobDetails

此 Cmdlet 會取得此 Cmdlet 停止的 DeviceJob 詳細數據。