你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SparkSessionOperationsExtensions.Get 方法

定义

public static Microsoft.Azure.Synapse.Models.ExtendedLivySessionResponse Get (this Microsoft.Azure.Synapse.ISparkSessionOperations operations, string workspaceName, string sparkPoolName, int sessionId, bool? detailed = default);
static member Get : Microsoft.Azure.Synapse.ISparkSessionOperations * string * string * int * Nullable<bool> -> Microsoft.Azure.Synapse.Models.ExtendedLivySessionResponse
<Extension()>
Public Function Get (operations As ISparkSessionOperations, workspaceName As String, sparkPoolName As String, sessionId As Integer, Optional detailed As Nullable(Of Boolean) = Nothing) As ExtendedLivySessionResponse

参数

workspaceName
String
sparkPoolName
String
sessionId
Int32
detailed
Nullable<Boolean>

返回

适用于