HDInsightApplicationHistoryClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents HDInsight Application History client.
public class HDInsightApplicationHistoryClient : Microsoft.WindowsAzure.Management.HDInsight.IHDInsightApplicationHistoryClient
type HDInsightApplicationHistoryClient = class
interface IHDInsightApplicationHistoryClient
interface IHDInsightApplicationHistoryAsyncClient
interface IHDInsightApplicationHistorySyncClient
Public Class HDInsightApplicationHistoryClient
Implements IHDInsightApplicationHistoryClient
- Inheritance
-
HDInsightApplicationHistoryClient
- Implements
Methods
DownloadApplicationLogs(ApplicationContainerDetails, String, TimeSpan) |
Downloads logs for a specific container within a YARN application. Logs will be downloaded to the specified download location. |
DownloadApplicationLogs(ApplicationContainerDetails, String) |
Downloads logs for a specific container within a YARN application. Logs will be downloaded to the specified download location. |
DownloadApplicationLogs(ApplicationDetails, String, TimeSpan) |
Downloads application logs for the specified application. Logs will be downloaded to the specified download location. |
DownloadApplicationLogs(ApplicationDetails, String) |
Downloads application logs for the specified application. Logs will be downloaded to the specified download location. |
DownloadApplicationLogsAsync(ApplicationContainerDetails, String) |
Downloads logs for a specific container within a YARN application. Logs will be downloaded to the specified download location. |
DownloadApplicationLogsAsync(ApplicationDetails, String) |
Downloads application logs for the specified application. Logs will be downloaded to the specified download location. |
GetApplicationDetails(String) |
Get details on the specified application. |
GetApplicationDetailsAsync(String) |
Get details on the specified application. |
ListApplicationAttempts(ApplicationDetails) |
Lists attempts made to complete the specified application. |
ListApplicationAttemptsAsync(ApplicationDetails) |
Lists attempts made to complete the specified application. |
ListApplicationContainers(ApplicationAttemptDetails) |
Lists containers associated with the specified application run on the specified cluster. |
ListApplicationContainersAsync(ApplicationAttemptDetails) |
Lists containers associated with the specified application run on the specified cluster. |
ListCompletedApplications() |
Lists completed applications. |
ListCompletedApplications(DateTime, DateTime) |
Lists completed applications that were submitted within the specified time window. |
ListCompletedApplicationsAsync() |
Lists completed applications. |
ListCompletedApplicationsAsync(DateTime, DateTime) |
Lists completed applications that were submitted within the specified time window. |
Applies to
Azure SDK for .NET