次の方法で共有


IUpdate インターフェイス

定義

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

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IWithEdition, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IWithElasticPoolName, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IWithMaxSizeBytes, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IWithServiceObjective
type IUpdate = interface
    interface IWithEdition
    interface IWithEditionBeta
    interface IBeta
    interface IWithElasticPoolName
    interface IWithMaxSizeBytes
    interface IWithServiceObjective
    interface IUpdateWithTags<IUpdate>
    interface IAppliable<ISqlDatabase>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlDatabase), IBeta, IUpdateWithTags(Of IUpdate), IWithEdition, IWithElasticPoolName, IWithMaxSizeBytes, IWithServiceObjective
実装

プロパティ

Key

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

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

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

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

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

SQL Databaseの "Basic" エディションを設定します。

(継承元 IWithEditionBeta)
WithBasicEdition(SqlDatabaseBasicStorage)

SQL Databaseの "Basic" エディションと最大ストレージ容量を設定します。

(継承元 IWithEditionBeta)
WithEdition(DatabaseEdition)

SQL Databaseのエディションを設定します。

(継承元 IWithEdition)
WithExistingElasticPool(ISqlElasticPool)

SQLDatabase の既存のエラスティック プールを設定します。

(継承元 IWithElasticPoolName)
WithExistingElasticPool(String)

SQLDatabase の既存のエラスティック プールを設定します。

(継承元 IWithElasticPoolName)
WithMaxSizeBytes(Int64)

SQL Databaseの最大サイズをバイト単位で設定します。

(継承元 IWithMaxSizeBytes)
WithNewElasticPool(ICreatable<ISqlElasticPool>)

SQLDatabase の新しいエラスティック プールを設定します。これにより、データベースの作成時に新しいエラスティック プールが作成されます。

(継承元 IWithElasticPoolName)
WithoutElasticPool()

エラスティック プールからデータベースを削除します。

(継承元 IWithElasticPoolName)
WithoutTag(String)

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

(継承元 IUpdateWithTags<T>)
WithPremiumEdition(SqlDatabasePremiumServiceObjective)

SQL Databaseの "Premium" エディションを設定します。

(継承元 IWithEditionBeta)
WithPremiumEdition(SqlDatabasePremiumServiceObjective, SqlDatabasePremiumStorage)

SQL Databaseの "Premium" エディションと最大ストレージ容量を設定します。

(継承元 IWithEditionBeta)
WithServiceObjective(ServiceObjectiveName)

SQL Databaseのサービス レベル目標を設定します。

(継承元 IWithServiceObjective)
WithStandardEdition(SqlDatabaseStandardServiceObjective)

SQL Databaseの "Standard" エディションを設定します。

(継承元 IWithEditionBeta)
WithStandardEdition(SqlDatabaseStandardServiceObjective, SqlDatabaseStandardStorage)

SQL Databaseの "Standard" エディションと最大ストレージ容量を設定します。

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

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

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

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

(継承元 IUpdateWithTags<T>)

適用対象