C# 클래스 Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.GetAzureHDInsightClusters.InvokeAzureHDInsightJobCommandBase

상속: IInvokeAzureHDInsightJobCommand
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
Cancel ( ) : void
EndProcessing ( ) : Task
InvokeAzureHDInsightJobCommandBase ( ) : System
SetClient ( IAzureHDInsightCommandBase client ) : void
ValidateNotCanceled ( ) : void

보호된 메소드들

메소드 설명
StartJob ( AzureHDInsightJobDefinition jobDefinition, AzureHDInsightClusterConnection currentConnection ) : Task
WaitForCompletion ( AzureHDInsightJob startedJob, AzureHDInsightClusterConnection currentConnection ) : Task
WriteJobFailure ( AzureHDInsightJob completedJob, AzureHDInsightClusterConnection currentConnection ) : Task
WriteJobSuccess ( AzureHDInsightJob completedJob, AzureHDInsightClusterConnection currentConnection ) : Task
WriteOutput ( string content ) : void

비공개 메소드들

메소드 설명
ClientOnJobStatus ( object sender, WaitJobStatusEventArgs waitJobStatusEventArgs ) : void
GetStreamForText ( string textContents ) : Stream
UploadFileToStorage ( AzureHDInsightHiveJobDefinition jobDefinition, AzureHDInsightClusterConnection currentConnection ) : AzureHDInsightHiveJobDefinition

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

EndProcessing() 공개 메소드

public EndProcessing ( ) : Task
리턴 Task

InvokeAzureHDInsightJobCommandBase() 공개 메소드

public InvokeAzureHDInsightJobCommandBase ( ) : System
리턴 System

SetClient() 공개 메소드

public SetClient ( IAzureHDInsightCommandBase client ) : void
client IAzureHDInsightCommandBase
리턴 void

StartJob() 보호된 메소드

protected StartJob ( AzureHDInsightJobDefinition jobDefinition, AzureHDInsightClusterConnection currentConnection ) : Task
jobDefinition AzureHDInsightJobDefinition
currentConnection AzureHDInsightClusterConnection
리턴 Task

ValidateNotCanceled() 공개 메소드

public ValidateNotCanceled ( ) : void
리턴 void

WaitForCompletion() 보호된 메소드

protected WaitForCompletion ( AzureHDInsightJob startedJob, AzureHDInsightClusterConnection currentConnection ) : Task
startedJob AzureHDInsightJob
currentConnection AzureHDInsightClusterConnection
리턴 Task

WriteJobFailure() 보호된 메소드

protected WriteJobFailure ( AzureHDInsightJob completedJob, AzureHDInsightClusterConnection currentConnection ) : Task
completedJob AzureHDInsightJob
currentConnection AzureHDInsightClusterConnection
리턴 Task

WriteJobSuccess() 보호된 메소드

protected WriteJobSuccess ( AzureHDInsightJob completedJob, AzureHDInsightClusterConnection currentConnection ) : Task
completedJob AzureHDInsightJob
currentConnection AzureHDInsightClusterConnection
리턴 Task

WriteOutput() 보호된 메소드

protected WriteOutput ( string content ) : void
content string
리턴 void