BatchClient.DeleteComputeNodeUser(ComputeNodeUserOperationParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the specified compute node user.
public void DeleteComputeNodeUser (Microsoft.Azure.Commands.Batch.Models.ComputeNodeUserOperationParameters parameters);
member this.DeleteComputeNodeUser : Microsoft.Azure.Commands.Batch.Models.ComputeNodeUserOperationParameters -> unit
Public Sub DeleteComputeNodeUser (parameters As ComputeNodeUserOperationParameters)
Parameters
- parameters
- ComputeNodeUserOperationParameters
The parameters indicating which compute node user to delete.