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.
Azure ARM Tracked Resource
public class TrackedResource : Microsoft.Rest.Azure.IResource
type TrackedResource = class
interface IResource
Public Class TrackedResource
Implements IResource
- Inheritance
-
TrackedResource
- Derived
- Implements
Constructors
TrackedResource() |
Initializes a new instance of the TrackedResource class. |
TrackedResource(String, Identity, String, String, TrackedResourceSystemData, IDictionary<String,String>, String) |
Initializes a new instance of the TrackedResource class. |
Properties
Id |
Gets or sets the identifier. |
Identity |
Gets or sets identity Info on the tracked resource |
Location |
Gets or sets the location. |
Name |
Gets or sets the name. |
SystemData |
Gets metadata pertaining to creation and last modification of the resource. |
Tags |
Gets or sets tags on the azure resource. |
Type |
Gets or sets the type. |
Applies to
Azure SDK for .NET