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

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

Private Properties

Property Type Description
Convert string
GetDefaultStorageAccess IStorageAccess
GetJobError string
GetJobOutput string

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Private Methods

Method Description
Convert ( Stream stream ) : string
GetDefaultStorageAccess ( string resourceGroupName, string clusterName ) : IStorageAccess
GetJobError ( IStorageAccess storageAccess ) : string
GetJobOutput ( IStorageAccess storageAccess ) : string

Method Details

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void