IUpdate Interface

Definition

The template for a SQL Firewall Rule update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlFirewallRule>, Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRule.Update.IWithEndIPAddress, Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRule.Update.IWithStartIPAddress
type IUpdate = interface
    interface IWithEndIPAddress
    interface IWithStartIPAddress
    interface IAppliable<ISqlFirewallRule>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlFirewallRule), IWithEndIPAddress, IWithStartIPAddress
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
WithEndIPAddress(String)

Sets the ending IP address of SQL server's Firewall Rule.

(Inherited from IWithEndIPAddress)
WithStartIPAddress(String)

Sets the starting IP address of SQL server's Firewall Rule.

(Inherited from IWithStartIPAddress)

Applies to