Table of Contents

Class TableResourceInner

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

Cosmos DB table resource object

public class TableResourceInner
Inheritance
TableResourceInner
Inherited Members

Constructors

TableResourceInner()

Initializes a new instance of the TableResourceInner class.

public TableResourceInner()

TableResourceInner(string)

Initializes a new instance of the TableResourceInner class.

public TableResourceInner(string id)

Parameters

id string

Name of the Cosmos DB table

Properties

Id

Gets or sets name of the Cosmos DB table

public string Id { get; set; }

Property Value

string

Methods

Validate()

Validate the object.

public virtual void Validate()

Exceptions

Microsoft.Rest.ValidationException

Thrown if validation fails