CassandraKeyspaceGetResultsInner 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. CassandraKeyspaceGetResultsInner
- com.
- com.
- com.
- com.
public final class CassandraKeyspaceGetResultsInner
extends ArmResourceProperties
An Azure Cosmos DB Cassandra keyspace.
Constructor Summary
Constructor | Description |
---|---|
CassandraKeyspaceGetResultsInner() |
Creates an instance of Cassandra |
Method Summary
Methods inherited from Resource
Methods inherited from ArmResourceProperties
Methods inherited from java.lang.Object
Constructor Details
CassandraKeyspaceGetResultsInner
public CassandraKeyspaceGetResultsInner()
Creates an instance of CassandraKeyspaceGetResultsInner class.
Method Details
fromJson
public static CassandraKeyspaceGetResultsInner fromJson(JsonReader jsonReader)
Reads an instance of CassandraKeyspaceGetResultsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
CassandraKeyspaceGetResultsInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
CassandraKeyspaceGetResultsInner.name()Returns:
options
public CassandraKeyspaceGetPropertiesOptions options()
Get the options property: The options property.
Returns:
resource
public CassandraKeyspaceGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CassandraKeyspaceGetResultsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
CassandraKeyspaceGetResultsInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
CassandraKeyspaceGetResultsInner.validate()withLocation
public CassandraKeyspaceGetResultsInner withLocation(String location)
Overrides:
CassandraKeyspaceGetResultsInner.withLocation(String location)Parameters:
withOptions
public CassandraKeyspaceGetResultsInner withOptions(CassandraKeyspaceGetPropertiesOptions options)
Set the options property: The options property.
Parameters:
Returns:
withResource
public CassandraKeyspaceGetResultsInner withResource(CassandraKeyspaceGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns:
withTags
public CassandraKeyspaceGetResultsInner withTags(Map
Overrides:
CassandraKeyspaceGetResultsInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java