Class TableGetResultsInner
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
An Azure Cosmos DB Table.
public class TableGetResultsInner : ARMResourcePropertiesInner
- Inheritance
-
TableGetResultsInner
Constructors
TableGetResultsInner()
Initializes a new instance of the TableGetResultsInner class.
public TableGetResultsInner()
TableGetResultsInner(string, string, string, string, IDictionary<string, string>, TableGetPropertiesResource)
Initializes a new instance of the TableGetResultsInner class.
public TableGetResultsInner(string location, string id = null, string name = null, string type = null, IDictionary<string, string> tags = null, TableGetPropertiesResource resource = null)
Parameters
location
stringid
stringname
stringtype
stringtags
IDictionary<string, string>resource
TableGetPropertiesResource
Properties
Resource
public TableGetPropertiesResource Resource { get; set; }
Property Value
Methods
Validate()
Validate the object.
public override void Validate()
Exceptions
- Microsoft.Rest.ValidationException
Thrown if validation fails