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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET