Share via


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