你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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