次の方法で共有


IWithServiceObjective<ParentT>.WithServiceObjective メソッド

定義

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

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAttachAllOptions<ParentT> 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.Definition.IWithAttachAllOptions<'ParentT>
Public Function WithServiceObjective (serviceLevelObjective As ServiceObjectiveName) As IWithAttachAllOptions(Of ParentT)

パラメーター

serviceLevelObjective
ServiceObjectiveName

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

戻り値

適用対象