TrackedResource Class

Definition

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