IUpdate 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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET