Class DataCenterResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.cosmos.models.ArmProxyResource
com.azure.resourcemanager.cosmos.fluent.models.DataCenterResourceInner
A managed Cassandra data center.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DataCenterResourceInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Properties of a managed Cassandra data center.voidvalidate()Validates the instance.withProperties(DataCenterResourceProperties properties) Set the properties property: Properties of a managed Cassandra data center.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
DataCenterResourceInner
public DataCenterResourceInner()Creates an instance of DataCenterResourceInner class.
-
-
Method Details
-
properties
Get the properties property: Properties of a managed Cassandra data center.- Returns:
- the properties value.
-
withProperties
Set the properties property: Properties of a managed Cassandra data center.- Parameters:
properties- the properties value to set.- Returns:
- the DataCenterResourceInner object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classArmProxyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-