ISqlFirewallRuleActionsDefinition.Define(String) Method

Definition

Begins the definition of a new SQL Firewall rule to be added to this server.

public Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRuleOperations.Definition.IWithIPAddressRange Define (string firewallRuleName);
abstract member Define : string -> Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRuleOperations.Definition.IWithIPAddressRange
Public Function Define (firewallRuleName As String) As IWithIPAddressRange

Parameters

firewallRuleName
String

The name of the new SQL Firewall rule.

Returns

Applies to