Class TrackedResourceInner
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The resource model definition for a ARM tracked top level resource
public class TrackedResourceInner : Resource
- Inheritance
-
TrackedResourceInner
Constructors
TrackedResourceInner()
Initializes a new instance of the TrackedResourceInner class.
public TrackedResourceInner()
TrackedResourceInner(string, string, string, string, IDictionary<string, string>)
Initializes a new instance of the TrackedResourceInner class.
public TrackedResourceInner(string location, string id = null, string name = null, string type = null, IDictionary<string, string> tags = null)
Parameters
location
stringThe geo-location where the resource lives
id
stringname
stringtype
stringtags
IDictionary<string, string>Resource tags.
Properties
Location
Gets or sets the geo-location where the resource lives
public string Location { get; set; }
Property Value
Tags
Gets or sets resource tags.
public IDictionary<string, string> Tags { get; set; }
Property Value
Methods
Validate()
Validate the object.
public virtual void Validate()
Exceptions
- Microsoft.Rest.ValidationException
Thrown if validation fails