你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AutoscaleSettingResource 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
自动缩放设置资源。
[Microsoft.Rest.Serialization.JsonTransformation]
public class AutoscaleSettingResource : Microsoft.Azure.Management.Monitor.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AutoscaleSettingResource = class
inherit Resource
Public Class AutoscaleSettingResource
Inherits Resource
- 继承
- 属性
构造函数
AutoscaleSettingResource() |
初始化 AutoscaleSettingResource 类的新实例。 |
AutoscaleSettingResource(String, IList<AutoscaleProfile>, String, String, String, IDictionary<String,String>, String, String, IList<AutoscaleNotification>, Nullable<Boolean>, String, String, String) |
初始化 AutoscaleSettingResource 类的新实例。 |
属性
AutoscaleSettingResourceName |
获取或设置自动缩放设置的名称。 |
Enabled |
获取或设置已启用的标志。 指定是否为资源启用自动缩放。 默认值为“true”。 |
Etag |
获取 etag 字段不 是必需的。 如果在响应正文中提供,则还必须根据正常的 etag 约定将其作为标头提供。 实体标记用于比较同一请求资源中的两个或多个实体。 HTTP/1.1 使用 etag (节 14.19) 、If-Match (第 14.24 节) 、If-None-Match (第 14.26 节) 和If-Range (第 14.27 节) 标头字段中的实体标记。 (继承自 Resource) |
Id |
获取 azure 资源 ID (继承自 Resource) |
Kind |
获取门户/工具/等用于呈现相同类型资源的不同 UX 体验的元数据;例如,ApiApps 是一种 Microsoft.Web/sites 类型。 如果支持,资源提供程序必须验证并保留此值。 (继承自 Resource) |
Location |
获取或设置资源位置 (继承自 Resource) |
Name |
获取 azure 资源名称 (继承自 Resource) |
Notifications |
获取或设置通知的集合。 |
Profiles |
获取或设置自动缩放配置文件的集合,这些配置文件为不同的时间段指定不同的缩放参数。 最多可指定 20 个配置文件。 |
Tags |
获取或设置资源标记 (继承自 Resource) |
TargetResourceLocation |
获取或设置自动缩放设置应添加到的资源的位置。 |
TargetResourceUri |
获取或设置自动缩放设置应添加到的资源的资源标识符。 |
Type |
获取 azure 资源类型 (继承自 Resource) |
方法
Validate() |
验证 对象。 |