次の方法で共有


DatabaseInner.RequestedServiceObjectiveName プロパティ

定義

データベースの構成済みサービス レベル目標の名前を取得または設定します。 これは、データベースに適用される処理中のサービス レベルの目標です。 正常に更新されると、serviceLevelObjective プロパティの値と一致します。

SKU の一覧は、リージョンとサポート オファーによって異なる場合があります。 Azure リージョンのサブスクリプションで使用できる SKU (SKU 名、レベル/エディション、ファミリ、容量を含む) を確認するには、REST API または次のいずれかのコマンドを使用 Capabilities_ListByLocation します。

az sql db list-editions -l <location> -o table
Get-AzSqlServerServiceObjective -Location <location>

. 使用可能な値には、'System'、'System0'、'System1'、'System2'、'System3'、'System4'、'System2L'、、 'System3L'、'System4L'、'Free'、'Basic'、'S0'、'S1'、'S2'、'S3'、'S4'、'S6'、'S7'、'S9'、'S12'、'P1'、'P2'、'P3'、'P4'、'P6'、'P11'、'P15'、'P15'、 'PRS1'、'PRS2'、'PRS4'、'PRS6'、'DW100'、'DW200'、'DW300'、'DW400'、'DW500'、'DW600'、'DW1000'、'DW1200'、'DW1000c'、'DW1500'、'DW1500''c'、'DW2000'、'DW2000c'、'DW3000'、'DW2500c'、'DW3000c'、'DW6000'、'DW5000c'、'DW6000c'、'DW7500c'、'DW10000c'、'DW15000c'、 'DW30000c'、'DS100'、'DS200'、'DS300'、'DS400'、'DS500'、'DS600'、'DS1000'、'DS1200'、'DS1500'、'DS2000'、'ElasticPool'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.requestedServiceObjectiveName")]
public Microsoft.Azure.Management.Sql.Fluent.Models.ServiceObjectiveName RequestedServiceObjectiveName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requestedServiceObjectiveName")>]
member this.RequestedServiceObjectiveName : Microsoft.Azure.Management.Sql.Fluent.Models.ServiceObjectiveName with get, set
Public Property RequestedServiceObjectiveName As ServiceObjectiveName

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象