TrackedResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |