C# Class Microsoft.Azure.Commands.MachineLearning.MachineLearningCmdletBase

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Protected Methods

Method Description
BeginProcessing ( ) : void
EndProcessing ( ) : void
RunCmdlet ( ) : void

Actual cmdlet logic goes here in child classes

StopProcessing ( ) : void

Private Methods

Method Description
CreateErrorRecordForCloudException ( Microsoft.Rest.Azure.CloudException cloudException ) : ErrorRecord

Converts CloudException objects into ErrorRecord

DisposeOfCancellationSource ( ) : void
HandleException ( ExceptionDispatchInfo capturedException ) : void

Provides specialized exception handling.

IsFatalException ( Exception ex ) : bool

Test if an exception is a fatal exception.

WriteVersionInfoToDebugChannel ( ) : void

Method Details

BeginProcessing() protected method

protected BeginProcessing ( ) : void
return void

EndProcessing() protected method

protected EndProcessing ( ) : void
return void

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void

RunCmdlet() protected method

Actual cmdlet logic goes here in child classes
protected RunCmdlet ( ) : void
return void

StopProcessing() protected method

protected StopProcessing ( ) : void
return void