Class DataCenterResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.cosmos.models.ArmProxyResource
com.azure.resourcemanager.cosmos.fluent.models.DataCenterResourceInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class DataCenterResourceInner extends ArmProxyResource
A managed Cassandra data center.
  • Constructor Details

    • DataCenterResourceInner

      public DataCenterResourceInner()
      Creates an instance of DataCenterResourceInner class.
  • Method Details

    • 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:
      validate in class ArmProxyResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.