次の方法で共有


IUpdate インターフェイス

定義

変更できるすべての設定を含む SQL Virtual Network ルール更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlVirtualNetworkRule>, Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRule.Update.IWithServiceEndpoint, Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRule.Update.IWithSubnet
type IUpdate = interface
    interface IBeta
    interface IWithSubnet
    interface IWithServiceEndpoint
    interface IAppliable<ISqlVirtualNetworkRule>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlVirtualNetworkRule), IBeta, IWithServiceEndpoint, IWithSubnet
実装

プロパティ

Key

変更できるすべての設定を含む SQL Virtual Network ルール更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

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

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

(継承元 IAppliable<T>)
IgnoreMissingSqlServiceEndpoint()

取得 不足しているサブネットの SQL サービス エンドポイント エントリを無視するフラグを設定します。 サブネット内のVirtual Machinesは、Microsoft.Sql サービス エンドポイントがサブネットに追加されるまで、SQL サーバーに接続できません。

(継承元 IWithServiceEndpoint)
WithSubnet(String, String)

SQL Server Virtual Network Rule の仮想ネットワーク ID とサブネット名を設定します。

(継承元 IWithSubnet)

適用対象