The Remove-AzBatchAccount cmdlet removes an Azure Batch account.
This cmdlet prompts you before it removes an account, unless you specify the Force parameter.
Examples
Example 1: Remove a Batch account
Remove-AzBatchAccount -AccountName "pfuller"
This command removes the Batch account named pfuller.
This command prompts you for confirmation before it deletes the account.
Parameters
-AccountName
Specifies the name of the Batch account that this cmdlet removes.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.