IUpdate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
変更できるすべての設定を含む 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) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET