Class DynamicsCrmEntityDatasetTypeProperties

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

public final class DynamicsCrmEntityDatasetTypeProperties extends Object
Dynamics CRM entity dataset properties.
  • Constructor Details

    • DynamicsCrmEntityDatasetTypeProperties

      public DynamicsCrmEntityDatasetTypeProperties()
  • 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 DynamicsCrmEntityDatasetTypeProperties 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 DynamicsCrmEntityDatasetTypeProperties object itself.
    • validate

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