IpFirewallRulesOperationsExtensions.ListByWorkspace Method

Definition

Returns a list of firewall rules

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleInfo> ListByWorkspace (this Microsoft.Azure.Management.Synapse.IIpFirewallRulesOperations operations, string resourceGroupName, string workspaceName);
static member ListByWorkspace : Microsoft.Azure.Management.Synapse.IIpFirewallRulesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleInfo>
<Extension()>
Public Function ListByWorkspace (operations As IIpFirewallRulesOperations, resourceGroupName As String, workspaceName As String) As IPage(Of IpFirewallRuleInfo)

Parameters

operations
IIpFirewallRulesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace

Returns

Applies to