SparkBatchOperationsExtensions.List Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public static Microsoft.Azure.Synapse.Models.ExtendedLivyListBatchResponse List (this Microsoft.Azure.Synapse.ISparkBatchOperations operations, string workspaceName, string sparkPoolName, int? fromParameter = default, int? size = default, bool? detailed = default);
static member List : Microsoft.Azure.Synapse.ISparkBatchOperations * string * string * Nullable<int> * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Synapse.Models.ExtendedLivyListBatchResponse
<Extension()>
Public Function List (operations As ISparkBatchOperations, 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) As ExtendedLivyListBatchResponse
Parâmetros
- operations
- ISparkBatchOperations
- workspaceName
- String
- sparkPoolName
- String
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET