TrackedResource Class

Definition

Common properties for all Azure tracked resources.

public class TrackedResource : Microsoft.Azure.Management.Blueprint.Models.AzureResourceBase
type TrackedResource = class
    inherit AzureResourceBase
Public Class TrackedResource
Inherits AzureResourceBase
Inheritance
TrackedResource
Derived

Constructors

TrackedResource()

Initializes a new instance of the TrackedResource class.

TrackedResource(String, String, String, String)

Initializes a new instance of the TrackedResource class.

Properties

Id

Gets string Id used to locate any resource on Azure.

(Inherited from AzureResourceBase)
Location

Gets or sets the location of this blueprint assignment.

Name

Gets name of this resource.

(Inherited from AzureResourceBase)
Type

Gets type of this resource.

(Inherited from AzureResourceBase)

Methods

Validate()

Validate the object.

Applies to