Class CommonDataServiceForAppsEntityDatasetTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.CommonDataServiceForAppsEntityDatasetTypeProperties

public final class CommonDataServiceForAppsEntityDatasetTypeProperties extends Object
Common Data Service for Apps entity dataset properties.
  • Constructor Details

    • CommonDataServiceForAppsEntityDatasetTypeProperties

      public CommonDataServiceForAppsEntityDatasetTypeProperties()
  • Method Details

    • entityName

      public Object entityName()
      Get the entityName property: The logical name of the entity. Type: string (or Expression with resultType string).
      Returns:
      the entityName value.
    • withEntityName

      public CommonDataServiceForAppsEntityDatasetTypeProperties withEntityName(Object entityName)
      Set the entityName property: The logical name of the entity. Type: string (or Expression with resultType string).
      Parameters:
      entityName - the entityName value to set.
      Returns:
      the CommonDataServiceForAppsEntityDatasetTypeProperties object itself.
    • validate

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