SqlDatabaseOperations.DefinitionStages.WithServiceObjective インターフェイス

public static interface SqlDatabaseOperations.DefinitionStages.WithServiceObjective

サービス レベルの目標を設定するためのSQL Database定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithCreateAllOptions withServiceObjective(ServiceObjectiveName serviceLevelObjective)

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

メソッドの詳細

withServiceObjective

public abstract SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions withServiceObjective(ServiceObjectiveName serviceLevelObjective)

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

Parameters:

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

Returns:

定義の次のステージ。

適用対象