C# 클래스 Microsoft.Azure.Commands.MachineLearning.MachineLearningCmdletBase

상속: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

보호된 메소드들

메소드 설명
BeginProcessing ( ) : void
EndProcessing ( ) : void
RunCmdlet ( ) : void

Actual cmdlet logic goes here in child classes

StopProcessing ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BeginProcessing() 보호된 메소드

protected BeginProcessing ( ) : void
리턴 void

EndProcessing() 보호된 메소드

protected EndProcessing ( ) : void
리턴 void

ExecuteCmdlet() 공개 메소드

public ExecuteCmdlet ( ) : void
리턴 void

RunCmdlet() 보호된 메소드

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

StopProcessing() 보호된 메소드

protected StopProcessing ( ) : void
리턴 void