JobOperationsExtensions.GetAppStateAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.HDInsight.Job.Models.AppState> GetAppStateAsync (this Microsoft.Azure.HDInsight.Job.IJobOperations operations, string appId, System.Threading.CancellationToken cancellationToken = default);
static member GetAppStateAsync : Microsoft.Azure.HDInsight.Job.IJobOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.HDInsight.Job.Models.AppState>
<Extension()>
Public Function GetAppStateAsync (operations As IJobOperations, appId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppState)
Parameters
- operations
- IJobOperations
- appId
- String
- cancellationToken
- CancellationToken