Partager via


ISparkSessionOperations.DeleteWithHttpMessagesAsync Méthode

Définition

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteWithHttpMessagesAsync (string workspaceName, string sparkPoolName, int sessionId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteWithHttpMessagesAsync : string * string * int * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function DeleteWithHttpMessagesAsync (workspaceName As String, sparkPoolName As String, sessionId As Integer, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Paramètres

workspaceName
String
sparkPoolName
String
sessionId
Int32
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Retours

S’applique à