你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GenericResourceExpanded 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
资源信息。
public class GenericResourceExpanded : Microsoft.Azure.Management.ResourceManager.Models.GenericResource
type GenericResourceExpanded = class
inherit GenericResource
Public Class GenericResourceExpanded
Inherits GenericResource
- 继承
构造函数
GenericResourceExpanded() |
初始化 GenericResourceExpanded 类的新实例。 |
GenericResourceExpanded(String, String, String, String, ExtendedLocation, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity, Nullable<DateTime>, Nullable<DateTime>, String) |
初始化 GenericResourceExpanded 类的新实例。 |
GenericResourceExpanded(String, String, String, String, IDictionary<String, String>, Plan, Object, String, String, Sku, Identity, Nullable<DateTime>, Nullable<DateTime>, String) |
初始化 GenericResourceExpanded 类的新实例。 |
属性
ChangedTime |
获取资源的更改时间。 仅当通过 $expand 查询参数请求时才存在。 |
CreatedTime |
获取资源的创建时间。 仅当通过 $expand 查询参数请求时才存在。 |
ExtendedLocation |
获取或设置资源扩展位置。 (继承自 Resource) |
Id |
获取资源 ID (继承自 Resource) |
Identity |
获取或设置资源的标识。 (继承自 GenericResource) |
Kind |
获取或设置资源的种类。 (继承自 GenericResource) |
Location |
获取或设置资源位置 (继承自 Resource) |
ManagedBy |
获取或设置管理此资源的资源的 ID。 (继承自 GenericResource) |
Name |
获取资源名称 (继承自 Resource) |
Plan |
获取或设置资源的计划。 (继承自 GenericResource) |
Properties |
获取或设置资源属性。 (继承自 GenericResource) |
ProvisioningState |
获取资源的预配状态。 仅当通过 $expand 查询参数请求时才存在。 |
Sku |
获取或设置资源的 SKU。 (继承自 GenericResource) |
Tags |
获取或设置资源标记 (继承自 Resource) |
Type |
获取资源类型 (继承自 Resource) |
方法
Validate() |
验证 对象。 |