你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SynapseAnalyticsSparkClient.PollSparkBatchJobExecution 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 Azure.Analytics.Synapse.Spark.Models.SparkBatchJob PollSparkBatchJobExecution (Azure.Analytics.Synapse.Spark.Models.SparkBatchJob batch, int pollingIntervalInSeconds = 0, int timeoutInSeconds = 0, Action<string> writeLog = default);
member this.PollSparkBatchJobExecution : Azure.Analytics.Synapse.Spark.Models.SparkBatchJob * int * int * Action<string> -> Azure.Analytics.Synapse.Spark.Models.SparkBatchJob
Public Function PollSparkBatchJobExecution (batch As SparkBatchJob, Optional pollingIntervalInSeconds As Integer = 0, Optional timeoutInSeconds As Integer = 0, Optional writeLog As Action(Of String) = Nothing) As SparkBatchJob
Parameters
- batch
- SparkBatchJob
- pollingIntervalInSeconds
- Int32
- timeoutInSeconds
- Int32