Codeunit 9042 ABS Operation Payload in 21
- App
- System Application
Versions171819202122232425262728latest
Procedures, 21
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetAuthorization | () | Interface Storage Service Authorization | public | - |
| SetAuthorization | (Interface Storage Service Authorization) | public | - | |
| SetOperation | (Enum ABS Operation) | public | - | |
| GetApiVersion | () | Enum Storage Service API Version | public | - |
| SetApiVersion | (Enum Storage Service API Version) | public | - | |
| GetStorageAccountName | () | Text | public | - |
| SetStorageAccountName | (Text) | public | - | |
| GetContainerName | () | Text | public | - |
| SetContainerName | (Text) | public | - | |
| GetBlobName | () | Text | public | - |
| SetBlobName | (Text) | public | - | |
| SetBaseUrl | (Text) | public | - | |
| GetOperation | () | Enum ABS Operation | public | - |
| GetRequestHeaders | () | Dictionary | public | - |
| GetContentHeaders | () | Dictionary | public | - |
| Initialize | (Text, Text, Text, Interface Storage Service Authorization, Enum Storage Service API Version) | public | - | |
| ConstructUri | () | Text | internal | - |
| AddRequestHeader | (Text, Text) | public | - | |
| AddContentHeader | (Text, Text) | public | - | |
| AddUriParameter | (Text, Text) | public | - | |
| SetOptionalParameters | (Codeunit ABS Optional Parameters) | public | - |