你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GenericResource 类

定义

资源信息。

public class GenericResource : Microsoft.Azure.Management.ResourceManager.Models.Resource
type GenericResource = class
    inherit Resource
Public Class GenericResource
Inherits Resource
继承
GenericResource
派生

构造函数

GenericResource()

初始化 GenericResource 类的新实例。

GenericResource(String, String, String, String, ExtendedLocation, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity)

初始化 GenericResource 类的新实例。

GenericResource(String, String, String, String, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity)

初始化 GenericResource 类的新实例。

属性

ExtendedLocation

获取或设置资源扩展位置。

(继承自 Resource)
Id

获取资源 ID

(继承自 Resource)
Identity

获取或设置资源的标识。

Kind

获取或设置资源的种类。

Location

获取或设置资源位置

(继承自 Resource)
ManagedBy

获取或设置管理此资源的资源的 ID。

Name

获取资源名称

(继承自 Resource)
Plan

获取或设置资源的计划。

Properties

获取或设置资源属性。

Sku

获取或设置资源的 SKU。

Tags

获取或设置资源标记

(继承自 Resource)
Type

获取资源类型

(继承自 Resource)

方法

Validate()

验证 对象。

适用于