ISqlFirewallRuleDefinition<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Container interface for all the definitions that need to be implemented.
public interface ISqlFirewallRuleDefinition<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRule.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRule.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRule.Definition.IWithIPAddress<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRule.Definition.IWithIPAddressRange<ParentT>
type ISqlFirewallRuleDefinition<'ParentT> = interface
interface IBeta
interface IBlank<'ParentT>
interface IWithIPAddressRange<'ParentT>
interface IWithIPAddress<'ParentT>
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
Public Interface ISqlFirewallRuleDefinition(Of ParentT)
Implements IBeta, IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithIPAddress(Of ParentT), IWithIPAddressRange(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Implements
Methods
Attach() | (Inherited from IInDefinition<ParentT>) |
WithIPAddress(String) |
Sets the ending IP address of SQL server's Firewall Rule. (Inherited from IWithIPAddress<ParentT>) |
WithIPAddressRange(String, String) |
Sets the starting IP address of SQL server's Firewall Rule. (Inherited from IWithIPAddressRange<ParentT>) |