次の方法で共有


IWithServiceObjective.WithServiceObjective(ServiceObjectiveName) メソッド

定義

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

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate WithServiceObjective (Microsoft.Azure.Management.Sql.Fluent.Models.ServiceObjectiveName serviceLevelObjective);
abstract member WithServiceObjective : Microsoft.Azure.Management.Sql.Fluent.Models.ServiceObjectiveName -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate
Public Function WithServiceObjective (serviceLevelObjective As ServiceObjectiveName) As IUpdate

パラメーター

serviceLevelObjective
ServiceObjectiveName

SQL Databaseに対してオブジェクト化されたサービス レベル。

戻り値

適用対象