C# Class Microsoft.Azure.Commands.Batch.BatchCmdletBase

Inheritance: Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet
Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Protected Methods

Method Description
OnProcessRecord ( ) : void

Private Methods

Method Description
FindDetailedMessage ( string content ) : string

For now, the 2nd message KVP inside "details" contains useful info about the failure. Eventually, a code KVP will be added such that we can search on that directly.

HandleBatchException ( BatchException ex ) : void

Extracts failure details from the BatchException object to create a more informative error message for the user.

Method Details

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void

OnProcessRecord() protected method

protected OnProcessRecord ( ) : void
return void