你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IServiceObjective 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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>) |