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