Class CassandraTableGetResultsInner
- 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
-
public final class CassandraTableGetResultsInner extends ArmResourceProperties
An Azure Cosmos DB Cassandra table.
-
-
Constructor Summary
Constructors Constructor Description CassandraTableGetResultsInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CassandraTableGetPropertiesOptionsoptions()Get the options property: The options property.CassandraTableGetPropertiesResourceresource()Get the resource property: The resource property.voidvalidate()Validates the instance.CassandraTableGetResultsInnerwithLocation(String location)CassandraTableGetResultsInnerwithOptions(CassandraTableGetPropertiesOptions options)Set the options property: The options property.CassandraTableGetResultsInnerwithResource(CassandraTableGetPropertiesResource resource)Set the resource property: The resource property.CassandraTableGetResultsInnerwithTags(Map<String,String> tags)
-
-
-
Method Detail
-
withLocation
public CassandraTableGetResultsInner withLocation(String location)
- Overrides:
withLocationin classArmResourceProperties
-
withTags
public CassandraTableGetResultsInner withTags(Map<String,String> tags)
- Overrides:
withTagsin classArmResourceProperties
-
resource
public CassandraTableGetPropertiesResource resource()
Get the resource property: The resource property.- Returns:
- the resource value.
-
withResource
public CassandraTableGetResultsInner withResource(CassandraTableGetPropertiesResource resource)
Set the resource property: The resource property.- Parameters:
resource- the resource value to set.- Returns:
- the CassandraTableGetResultsInner object itself.
-
options
public CassandraTableGetPropertiesOptions options()
Get the options property: The options property.- Returns:
- the options value.
-
withOptions
public CassandraTableGetResultsInner withOptions(CassandraTableGetPropertiesOptions options)
Set the options property: The options property.- Parameters:
options- the options value to set.- Returns:
- the CassandraTableGetResultsInner object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classArmResourceProperties- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-