I am trying to create a HTTP 'Dataset' in Data Factory using Python SDK azure.mgmt.datafactory.models. I am unable to find the parameters in Microsoft documentation (https://docs.microsoft.com/en-us/python/api/azure-mgmt-datafactory/azure.mgmt.datafactory.models.httpdataset?view=azure-python) that will provide me the below features that I can see when created manually from portal.
Manual creation (from portal):
Create HTTP Dataset -> Select Format (Excel) -> I get the below page which has additional details - 'Worksheet mode', 'Sheet name', 'First row as header' etc.
Could you please point me to the right documentation/details to add these parameters?
From the link above, the relevant parameters I could fine are linked_service_name and Format (and in Format, I cannot see Excel there, but during manual creation I do see Excel)