Share via


SynapseAnalyticsManagementClient.CreateOrUpdateSparkPool Method

Definition

public Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo CreateOrUpdateSparkPool (string resourceGroupName, string workspaceName, string sparkPoolName, Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo createOrUpdateParams, bool? Force = False);
member this.CreateOrUpdateSparkPool : string * string * string * Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo * Nullable<bool> -> Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo
Public Function CreateOrUpdateSparkPool (resourceGroupName As String, workspaceName As String, sparkPoolName As String, createOrUpdateParams As BigDataPoolResourceInfo, Optional Force As Nullable(Of Boolean) = False) As BigDataPoolResourceInfo

Parameters

resourceGroupName
String
workspaceName
String
sparkPoolName
String
createOrUpdateParams
BigDataPoolResourceInfo
Force
Nullable<Boolean>

Returns

Applies to