Class DataCenterResourceInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.cosmos.models.ArmProxyResource
-
- com.azure.resourcemanager.cosmos.fluent.models.DataCenterResourceInner
-
public final class DataCenterResourceInner extends ArmProxyResource
A managed Cassandra data center.
-
-
Constructor Summary
Constructors Constructor Description DataCenterResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataCenterResourcePropertiesproperties()Get the properties property: Properties of a managed Cassandra data center.voidvalidate()Validates the instance.DataCenterResourceInnerwithProperties(DataCenterResourceProperties properties)Set the properties property: Properties of a managed Cassandra data center.
-
-
-
Method Detail
-
properties
public DataCenterResourceProperties properties()
Get the properties property: Properties of a managed Cassandra data center.- Returns:
- the properties value.
-
withProperties
public DataCenterResourceInner withProperties(DataCenterResourceProperties properties)
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.
-
-