次の方法で共有


ServiceObjective クラス

定義

サービス目標に関連するすべての情報が含まれます。

public class ServiceObjective : Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon
type ServiceObjective = class
    inherit SqlModelCommon
Public Class ServiceObjective
Inherits SqlModelCommon
継承
ServiceObjective

コンストラクター

ServiceObjective()

ServiceObjective クラスの新しいインスタンスを初期化します。

プロパティ

Description

省略可能。 このサービス目標の説明を取得します。

DimensionSettings

省略可能。 サービス目標ディメンションの設定を取得または設定します。

Enabled

省略可能。 サービス目標が有効になっているかどうかを取得します。

Id

省略可能。 このサービス目標を識別する一意の Guid を取得します。

IsDefault

省略可能。 サービス目標が既定の目標であるかどうかを取得します。

IsSystem

省略可能。 サービス目標がシステム目標であるかどうかを取得します。

Name

省略可能。 サービス リソースの名前を取得します。

(継承元 SqlModelCommon)
State

省略可能。 サービス リソースの状態を取得します。

(継承元 SqlModelCommon)
Type

省略可能。 サービス リソースの種類を取得します。

(継承元 SqlModelCommon)

適用対象