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

SynapseAnalyticsManagementClient.CreateOrUpdateWorkspaceFirewallRule Method

Definition

public Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleInfo CreateOrUpdateWorkspaceFirewallRule (string resourceGroupName, string workspaceName, string ruleName, Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleInfo createOrUpdateParams);
member this.CreateOrUpdateWorkspaceFirewallRule : string * string * string * Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleInfo -> Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleInfo
Public Function CreateOrUpdateWorkspaceFirewallRule (resourceGroupName As String, workspaceName As String, ruleName As String, createOrUpdateParams As IpFirewallRuleInfo) As IpFirewallRuleInfo

Parameters

resourceGroupName
String
workspaceName
String
ruleName
String
createOrUpdateParams
IpFirewallRuleInfo

Returns

Applies to