Share via


ISqlFirewallRuleOperationsDefinition Interface

Definition

Container interface for all the definitions that need to be implemented.

public interface ISqlFirewallRuleOperationsDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlFirewallRule>, Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRuleOperations.Definition.IWithCreate, Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRuleOperations.Definition.IWithIPAddressRange, Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRuleOperations.Definition.IWithSqlServer
type ISqlFirewallRuleOperationsDefinition = interface
    interface IWithSqlServer
    interface IWithIPAddressRange
    interface IWithCreate
    interface ICreatable<ISqlFirewallRule>
    interface IIndexable
Public Interface ISqlFirewallRuleOperationsDefinition
Implements ICreatable(Of ISqlFirewallRule), IWithCreate, IWithIPAddressRange, IWithSqlServer
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
WithExistingSqlServer(ISqlServer)

Sets the parent SQL server for the new Firewall rule.

(Inherited from IWithSqlServer)
WithExistingSqlServer(String, String)

Sets the parent SQL server name and resource group it belongs to.

(Inherited from IWithSqlServer)
WithExistingSqlServerId(String)

Sets the parent SQL server for the new Firewall rule.

(Inherited from IWithSqlServer)
WithIPAddress(String)

Sets the ending IP address of SQL server's firewall rule.

(Inherited from IWithIPAddressRange)
WithIPAddressRange(String, String)

Sets the starting IP address of SQL server's firewall rule.

(Inherited from IWithIPAddressRange)

Applies to