Reset-AzBatchComputeNode
在指定的計算節點上重新安裝作業系統。
語法
Reset-AzBatchComputeNode
[-PoolId] <String>
[-Id] <String>
[-ReimageOption <ComputeNodeReimageOption>]
-BatchContext <BatchAccountContext>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Reset-AzBatchComputeNode
[[-ComputeNode] <PSComputeNode>]
[-ReimageOption <ComputeNodeReimageOption>]
-BatchContext <BatchAccountContext>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Reset-AzBatchComputeNode Cmdlet 會在指定的計算節點上重新安裝操作系統。
範例
範例 1:重新設定節點的映射
Reset-AzBatchComputeNode -PoolId "MyPool" -Id "tvm-3257026573_2-20150813t200938z" -BatchContext $Context
此命令會將名為 MyPool 的集區中標識碼為 “tvm-3257026573_2-20150813t200938z” 的計算節點重新映射。 使用 Get-AzBatchAccountKey Cmdlet 將內容指派給$Context變數。
範例 2:重新映射集區中的所有節點
Get-AzBatchComputeNode -PoolId "MyPool" -BatchContext $Context | Reset-AzBatchComputeNode -BatchContext $Context
此命令會重新設定名為 MyPool 集區中每個計算節點的映像。
參數
-BatchContext
指定 此 Cmdlet 用來與 Batch 服務互動的 BatchAccountContext 實例。 如果您使用 Get-AzBatchAccount Cmdlet 來取得 BatchAccountContext,則與 Batch 服務互動時,將會使用Microsoft Entra 驗證。 若要改用共用密鑰驗證,請使用 Get-AzBatchAccountKey Cmdlet 來取得已填入其存取密鑰的 BatchAccountContext 物件。 使用共用金鑰驗證時,預設會使用主要存取金鑰。 若要變更要使用的密鑰,請設定 BatchAccountContext.KeyInUse 屬性。
類型: | BatchAccountContext |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ComputeNode
指定要 重新映像之計算節點的 PSComputeNode 物件。
類型: | PSComputeNode |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Id
指定要重新映像的計算節點識別碼。
類型: | String |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-PoolId
指定包含計算節點的集區識別碼。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ReimageOption
指定何時重新設定節點的映像,以及目前執行中工作的動作。 預設值為 Requeue。
類型: | Nullable<T>[ComputeNodeReimageOption] |
接受的值: | Requeue, Terminate, TaskCompletion, RetainedData |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |