IServiceObjective インターフェイス

定義

Azure SQL サービス目標の不変のクライアント側表現。

public interface IServiceObjective : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.ServiceObjectiveInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.IServiceObjective>
type IServiceObjective = interface
    interface IHasInner<ServiceObjectiveInner>
    interface IRefreshable<IServiceObjective>
    interface IHasResourceGroup
    interface IHasName
    interface IHasId
Public Interface IServiceObjective
Implements IHasId, IHasInner(Of ServiceObjectiveInner), IHasName, IHasResourceGroup, IRefreshable(Of IServiceObjective)
実装

プロパティ

Description

サービス レベル目標の説明を取得します。

Enabled

サービス レベルの目標が有効かどうかを取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

Azure SQL サービス目標の不変のクライアント側表現。

(継承元 IHasInner<T>)
IsDefault

サービス レベルの目標が既定のサービス目標であるかどうかを取得します。

IsSystem

サービス レベルの目標がシステム サービス目標であるかどうかを取得します。

Name

リソースの名前を取得します

(継承元 IHasName)
ResourceGroupName

Azure SQL サービス目標の不変のクライアント側表現。

(継承元 IHasResourceGroup)
ServiceObjectiveName

サービス目標の名前を取得します。

SqlServerName

このサービス目標が属するSQL Serverの名前を取得します。

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)

適用対象