次の方法で共有


IUpdate インターフェイス

定義

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

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithAdministratorPassword, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithElasticPool, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithFirewallRule, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithSystemAssignedManagedServiceIdentity
type IUpdate = interface
    interface IBeta
    interface IAppliable<ISqlServer>
    interface IIndexable
    interface IWithAdministratorPassword
    interface IWithElasticPool
    interface IWithElasticPoolBeta
    interface IWithDatabase
    interface IWithFirewallRule
    interface IWithSystemAssignedManagedServiceIdentity
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of ISqlServer), IBeta, IUpdateWithTags(Of IUpdate), IWithAdministratorPassword, IWithDatabase, IWithElasticPool, IWithFirewallRule, IWithSystemAssignedManagedServiceIdentity
実装

プロパティ

Key

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

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

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

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

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

管理者ログイン パスワードを設定します。

(継承元 IWithAdministratorPassword)
WithNewDatabase(String)

SQL Serverで新しいデータベースを作成します。

(継承元 IWithDatabase)
WithNewElasticPool(String, ElasticPoolEdition)

SQL Serverに新しいエラスティック プールを作成します。

(継承元 IWithElasticPoolBeta)
WithNewElasticPool(String, ElasticPoolEdition, String[])

SQL Serverに新しいエラスティック プールを作成します。

(継承元 IWithElasticPoolBeta)
WithNewFirewallRule(String)

SQL Serverで新しいファイアウォール規則を作成します。

(継承元 IWithFirewallRule)
WithNewFirewallRule(String, String)

SQL Serverで新しいファイアウォール規則を作成します。

(継承元 IWithFirewallRule)
WithNewFirewallRule(String, String, String)

SQL Serverに新しいファイアウォール規則を作成します。

(継承元 IWithFirewallRule)
WithoutDatabase(String)

SQL Serverからデータベースを削除します。

(継承元 IWithDatabase)
WithoutElasticPool(String)

SQL Serverからエラスティック プールを削除します。

(継承元 IWithElasticPool)
WithoutFirewallRule(String)

SQL Serverからファイアウォール規則を削除します。

(継承元 IWithFirewallRule)
WithoutTag(String)

リソースからタグを削除します。

(継承元 IUpdateWithTags<T>)
WithSystemAssignedManagedServiceIdentity()

SQL Server リソースのシステム割り当て (ローカル) マネージド サービス ID (MSI) を設定します。

(継承元 IWithSystemAssignedManagedServiceIdentity)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IUpdateWithTags<T>)

適用対象