IUpdate インターフェイス

定義

変更可能なすべての設定を含む SQL ファイアウォール規則の更新操作のテンプレート。

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
実装

プロパティ

Key

変更可能なすべての設定を含む SQL ファイアウォール規則の更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithEndIPAddress(String)

SQL サーバーのファイアウォール規則の終了 IP アドレスを設定します。

(継承元 IWithEndIPAddress)
WithStartIPAddress(String)

SQL サーバーのファイアウォール規則の開始 IP アドレスを設定します。

(継承元 IWithStartIPAddress)

適用対象