Class CassandraKeyspaceGetResultsInner
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
An Azure Cosmos DB Cassandra keyspace.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CassandraKeyspaceGetResultsInner class. -
Method Summary
Modifier and TypeMethodDescriptionoptions()Get the options property: The options property.resource()Get the resource property: The resource property.voidvalidate()Validates the instance.withLocation(String location) Set the options property: The options property.Set the resource property: The resource property.Methods inherited from class com.azure.core.management.Resource
location, tagsMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
CassandraKeyspaceGetResultsInner
public CassandraKeyspaceGetResultsInner()Creates an instance of CassandraKeyspaceGetResultsInner class.
-
-
Method Details
-
withLocation
- Overrides:
withLocationin classArmResourceProperties
-
withTags
- Overrides:
withTagsin classArmResourceProperties
-
resource
Get the resource property: The resource property.- Returns:
- the resource value.
-
withResource
public CassandraKeyspaceGetResultsInner withResource(CassandraKeyspaceGetPropertiesResource resource) Set the resource property: The resource property.- Parameters:
resource- the resource value to set.- Returns:
- the CassandraKeyspaceGetResultsInner object itself.
-
options
Get the options property: The options property.- Returns:
- the options value.
-
withOptions
Set the options property: The options property.- Parameters:
options- the options value to set.- Returns:
- the CassandraKeyspaceGetResultsInner object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classArmResourceProperties- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-