ClusterDetails.CreateHDInsightApplicationHistoryClient Method
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.
Overloads
CreateHDInsightApplicationHistoryClient() |
Creates and returns a new instance of HDInsightApplicationHistoryClient. |
CreateHDInsightApplicationHistoryClient(TimeSpan) |
Creates and returns a new instance of HDInsightApplicationHistoryClient. |
CreateHDInsightApplicationHistoryClient()
Creates and returns a new instance of HDInsightApplicationHistoryClient.
public Microsoft.WindowsAzure.Management.HDInsight.IHDInsightApplicationHistoryClient CreateHDInsightApplicationHistoryClient ();
member this.CreateHDInsightApplicationHistoryClient : unit -> Microsoft.WindowsAzure.Management.HDInsight.IHDInsightApplicationHistoryClient
Public Function CreateHDInsightApplicationHistoryClient () As IHDInsightApplicationHistoryClient
Returns
Returns an HDInsight Application History Client.
Applies to
CreateHDInsightApplicationHistoryClient(TimeSpan)
Creates and returns a new instance of HDInsightApplicationHistoryClient.
public Microsoft.WindowsAzure.Management.HDInsight.IHDInsightApplicationHistoryClient CreateHDInsightApplicationHistoryClient (TimeSpan timeout);
member this.CreateHDInsightApplicationHistoryClient : TimeSpan -> Microsoft.WindowsAzure.Management.HDInsight.IHDInsightApplicationHistoryClient
Public Function CreateHDInsightApplicationHistoryClient (timeout As TimeSpan) As IHDInsightApplicationHistoryClient
Parameters
- timeout
- TimeSpan
The timeout to use for operations made by this client.
Returns
Returns an HDInsight Application History Client.
Applies to
Azure SDK for .NET