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

TrackedResource Class

Definition

Describes an Azure tracked resource.

public class TrackedResource
type TrackedResource = class
Public Class TrackedResource
Inheritance
TrackedResource
Derived

Constructors

TrackedResource()

Initializes a new instance of the TrackedResource class.

TrackedResource(String, String, String, String, String, String, IDictionary<String,String>)

Initializes a new instance of the TrackedResource class.

Properties

Etag

Gets or sets entity tag is used for comparing two or more entities from the same requested resource.

Id

Gets resource Id

Kind

Gets or sets kind of the resource

Location

Gets or sets location where the resource is stored

Name

Gets resource name

Tags

Gets or sets a list of key value pairs that describe the resource.

Type

Gets resource type

Applies to