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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET