Table of Contents

Class TrackedResourceInner

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
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 string

The geo-location where the resource lives

id string
name string
type string
tags IDictionary<string, string>

Resource tags.

Properties

Location

Gets or sets the geo-location where the resource lives

public string Location { get; set; }

Property Value

string

Tags

Gets or sets resource tags.

public IDictionary<string, string> Tags { get; set; }

Property Value

IDictionary<string, string>

Methods

Validate()

Validate the object.

public virtual void Validate()

Exceptions

Microsoft.Rest.ValidationException

Thrown if validation fails