Class SharePointOnlineListDatasetTypeProperties

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

public final class SharePointOnlineListDatasetTypeProperties extends Object
Sharepoint online list dataset properties.
  • Constructor Details

    • SharePointOnlineListDatasetTypeProperties

      public SharePointOnlineListDatasetTypeProperties()
  • Method Details

    • listName

      public Object listName()
      Get the listName property: The name of the SharePoint Online list. Type: string (or Expression with resultType string).
      Returns:
      the listName value.
    • withListName

      public SharePointOnlineListDatasetTypeProperties withListName(Object listName)
      Set the listName property: The name of the SharePoint Online list. Type: string (or Expression with resultType string).
      Parameters:
      listName - the listName value to set.
      Returns:
      the SharePointOnlineListDatasetTypeProperties object itself.
    • validate

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