CassandraTableGetResultsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. cosmos. models. ArmResourceProperties - com.
azure. resourcemanager. cosmos. fluent. models. CassandraTableGetResultsInner
- com.
- com.
- com.
- com.
public final class CassandraTableGetResultsInner
extends ArmResourceProperties
An Azure Cosmos DB Cassandra table.
Constructor Summary
Constructor | Description |
---|---|
CassandraTableGetResultsInner() |
Creates an instance of Cassandra |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Cassandra |
fromJson(JsonReader jsonReader)
Reads an instance of Cassandra |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Cassandra |
options()
Get the options property: The options property. |
Cassandra |
resource()
Get the resource property: The resource property. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Cassandra |
withLocation(String location) |
Cassandra |
withOptions(CassandraTableGetPropertiesOptions options)
Set the options property: The options property. |
Cassandra |
withResource(CassandraTableGetPropertiesResource resource)
Set the resource property: The resource property. |
Cassandra |
withTags(Map<String,String> tags) |
Methods inherited from Resource
Methods inherited from ArmResourceProperties
Methods inherited from java.lang.Object
Constructor Details
CassandraTableGetResultsInner
public CassandraTableGetResultsInner()
Creates an instance of CassandraTableGetResultsInner class.
Method Details
fromJson
public static CassandraTableGetResultsInner fromJson(JsonReader jsonReader)
Reads an instance of CassandraTableGetResultsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
CassandraTableGetResultsInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
CassandraTableGetResultsInner.name()Returns:
options
public CassandraTableGetPropertiesOptions options()
Get the options property: The options property.
Returns:
resource
public CassandraTableGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CassandraTableGetResultsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
CassandraTableGetResultsInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
CassandraTableGetResultsInner.validate()withLocation
public CassandraTableGetResultsInner withLocation(String location)
Overrides:
CassandraTableGetResultsInner.withLocation(String location)Parameters:
withOptions
public CassandraTableGetResultsInner withOptions(CassandraTableGetPropertiesOptions options)
Set the options property: The options property.
Parameters:
Returns:
withResource
public CassandraTableGetResultsInner withResource(CassandraTableGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns:
withTags
public CassandraTableGetResultsInner withTags(Map
Overrides:
CassandraTableGetResultsInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java