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

Resource 类

定义

Azure 资源对象

public class Resource : Microsoft.Rest.Azure.IResource
type Resource = class
    interface IResource
Public Class Resource
Implements IResource
继承
Resource
派生
实现

构造函数

Resource()

初始化 Resource 类的新实例。

Resource(String, String, String, String, IDictionary<String,String>, String, String)

初始化 Resource 类的新实例。

属性

Etag

获取 etag 字段不 是必需的。 如果响应正文中提供了它,则还必须根据常规 etag 约定将其作为标头提供。 实体标记用于比较同一请求资源中的两个或多个实体。 HTTP/1.1 使用 etag (第 14.19 节) 、If-Match (第 14.24 节) 、If-None-Match (第 14.26 节) 中的实体标记,以及第 14.27 节If-Range () 标头字段。

Id

获取 Azure 资源 ID

Kind

获取门户/工具等用于呈现相同类型的资源的不同 UX 体验的元数据;例如,ApiApps 是一种 Microsoft.Web/sites 类型。 如果受支持,资源提供程序必须验证并保留此值。

Location

获取或设置资源位置

Name

获取 Azure 资源名称

Tags

获取或设置资源标记

Type

获取 Azure 资源类型

方法

Validate()

验证 对象。

适用于