C# Class Microsoft.Azure.Commands.HDInsight.StartAzureHDInsightJobCommand

Inheritance: Microsoft.Azure.Commands.HDInsight.Commands.HDInsightCmdletBase
显示文件 Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( ) : AzureHDInsightJob
ExecuteCmdlet ( ) : void
SubmitJob ( ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse

Method Details

Execute() public method

public Execute ( ) : AzureHDInsightJob
return Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void

SubmitJob() public method

public SubmitJob ( ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
return Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse