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

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Méthodes protégées

Méthode Description
BeginProcessing ( ) : void
EndProcessing ( ) : void
RunCmdlet ( ) : void

Actual cmdlet logic goes here in child classes

StopProcessing ( ) : void

Private Methods

Méthode 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 méthode

protected BeginProcessing ( ) : void
Résultat void

EndProcessing() protected méthode

protected EndProcessing ( ) : void
Résultat void

ExecuteCmdlet() public méthode

public ExecuteCmdlet ( ) : void
Résultat void

RunCmdlet() protected méthode

Actual cmdlet logic goes here in child classes
protected RunCmdlet ( ) : void
Résultat void

StopProcessing() protected méthode

protected StopProcessing ( ) : void
Résultat void