Class DataConnectionInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.synapse.fluent.models.DataConnectionInner
Direct Known Subclasses:
EventGridDataConnection, EventHubDataConnection, IotHubDataConnection

public class DataConnectionInner extends com.azure.core.management.ProxyResource
Class representing a data connection.
  • Constructor Details

    • DataConnectionInner

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

    • location

      public String location()
      Get the location property: Resource location.
      Returns:
      the location value.
    • withLocation

      public DataConnectionInner withLocation(String location)
      Set the location property: Resource location.
      Parameters:
      location - the location value to set.
      Returns:
      the DataConnectionInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • validate

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