Enum AdfRestMethod
Namespace: Varigence.Languages.Biml.DataFactory
Assembly: Biml.dll
C#
public enum AdfRestMethod
Fields
| Fields | Description |
|---|---|
| Get | Retreive information from a source. |
| Post | Request that the endpoint does something with the provided entity. |
| Put | Request that the endpoint does something with the provided entity. A put request is idempotent. |