JobOperationsExtensions.DeleteSparkSessionJob 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 Microsoft.Azure.HDInsight.Job.Models.SparkJobDeletedResult DeleteSparkSessionJob(this Microsoft.Azure.HDInsight.Job.IJobOperations operations, int sessionId, string requestedBy = "ambari");
static member DeleteSparkSessionJob : Microsoft.Azure.HDInsight.Job.IJobOperations * int * string -> Microsoft.Azure.HDInsight.Job.Models.SparkJobDeletedResult
<Extension()>
Public Function DeleteSparkSessionJob (operations As IJobOperations, sessionId As Integer, Optional requestedBy As String = "ambari") As SparkJobDeletedResult
Parameters
- operations
- IJobOperations
- sessionId
- Int32
- requestedBy
- String
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET