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.
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
- 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET