Class TableResourceInner
- 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
stringName of the Cosmos DB table
Properties
Id
Gets or sets name of the Cosmos DB table
public string Id { get; set; }
Property Value
Methods
Validate()
Validate the object.
public virtual void Validate()
Exceptions
- Microsoft.Rest.ValidationException
Thrown if validation fails