Dela via


ISparkSessionOperations.ListWithHttpMessagesAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Synapse.Models.ExtendedLivyListSessionResponse>> ListWithHttpMessagesAsync (string workspaceName, string sparkPoolName, int? fromParameter = default, int? size = default, bool? detailed = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListWithHttpMessagesAsync : string * string * Nullable<int> * Nullable<int> * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Synapse.Models.ExtendedLivyListSessionResponse>>
Public Function ListWithHttpMessagesAsync (workspaceName As String, sparkPoolName As String, Optional fromParameter As Nullable(Of Integer) = Nothing, Optional size As Nullable(Of Integer) = Nothing, Optional detailed As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ExtendedLivyListSessionResponse))

Parameters

workspaceName
String
sparkPoolName
String
fromParameter
Nullable<Int32>
size
Nullable<Int32>
detailed
Nullable<Boolean>
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Returns

Applies to