Class DataControllerResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.azurearcdata.fluent.models.DataControllerResourceInner

public final class DataControllerResourceInner extends com.azure.core.management.Resource
Data controller resource.
  • Constructor Details

    • DataControllerResourceInner

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

    • extendedLocation

      public ExtendedLocation extendedLocation()
      Get the extendedLocation property: The extendedLocation of the resource.
      Returns:
      the extendedLocation value.
    • withExtendedLocation

      public DataControllerResourceInner withExtendedLocation(ExtendedLocation extendedLocation)
      Set the extendedLocation property: The extendedLocation of the resource.
      Parameters:
      extendedLocation - the extendedLocation value to set.
      Returns:
      the DataControllerResourceInner object itself.
    • properties

      public DataControllerProperties properties()
      Get the properties property: The data controller's properties.
      Returns:
      the properties value.
    • withProperties

      public DataControllerResourceInner withProperties(DataControllerProperties properties)
      Set the properties property: The data controller's properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the DataControllerResourceInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Read only system data.
      Returns:
      the systemData value.
    • withLocation

      public DataControllerResourceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public DataControllerResourceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.