C# Класс Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.GetAzureHDInsightClusters.InvokeAzureHDInsightJobCommandBase

Наследование: IInvokeAzureHDInsightJobCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
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