SparkSessionOperationsExtensions.Create 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 static Microsoft.Azure.Synapse.Models.ExtendedLivySessionResponse Create (this Microsoft.Azure.Synapse.ISparkSessionOperations operations, string workspaceName, string sparkPoolName, Microsoft.Azure.Synapse.Models.ExtendedLivySessionRequest livyRequest, bool? detailed = default);
static member Create : Microsoft.Azure.Synapse.ISparkSessionOperations * string * string * Microsoft.Azure.Synapse.Models.ExtendedLivySessionRequest * Nullable<bool> -> Microsoft.Azure.Synapse.Models.ExtendedLivySessionResponse
<Extension()>
Public Function Create (operations As ISparkSessionOperations, workspaceName As String, sparkPoolName As String, livyRequest As ExtendedLivySessionRequest, Optional detailed As Nullable(Of Boolean) = Nothing) As ExtendedLivySessionResponse
Parameters
- operations
- ISparkSessionOperations
- workspaceName
- String
- sparkPoolName
- String
- livyRequest
- ExtendedLivySessionRequest
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET