共用方式為


Remove-AzBatchComputeNodeUser

從 Batch 計算節點刪除用戶帳戶。

語法

Remove-AzBatchComputeNodeUser
      [-PoolId] <String>
      [-ComputeNodeId] <String>
      [-Name] <String>
      -BatchContext <BatchAccountContext>
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Remove-AzBatchComputeNodeUser Cmdlet 會從 Azure Batch 計算節點刪除使用者帳戶。

範例

範例 1:從計算節點刪除使用者

Remove-AzBatchComputeNodeUser -PoolId "Pool01" -ComputeNodeId "ComputeNode01" -Name "User14" -BatchContext $Context

此命令會從名為 ComputeNode01 的計算節點中刪除名為 User14 的使用者。 計算節點位於名為Pool01的集區中。

參數

-BatchContext

指定此 Cmdlet 用來與 Batch 服務互動的 BatchAccountContext 實例。 如果您使用 Get-AzBatchAccount Cmdlet 來取得 BatchAccountContext,則與 Batch 服務互動時,將會使用Microsoft Entra 驗證。 若要改用共用密鑰驗證,請使用 Get-AzBatchAccountKey Cmdlet 來取得已填入其存取金鑰的 BatchAccountContext 物件。 使用共用金鑰驗證時,預設會使用主要存取金鑰。 若要變更要使用的密鑰,請設定 BatchAccountContext.KeyInUse 屬性。

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

-ComputeNodeId

指定此 Cmdlet 刪除使用者帳戶之計算節點的識別碼。

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

-Confirm

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

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

-DefaultProfile

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

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

-Name

指定要刪除的使用者帳戶名稱。 您無法指定通配符。

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

-PoolId

指定要刪除使用者帳戶之計算節點的集區識別碼。

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

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

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

輸入

String

BatchAccountContext

輸出

Void