Codeunit 8952 AFS Operation Payload Impl. in 23
- App
- System Application
- Namespace
- System.Azure.Storage.Files
Versions171819202122232425262728latest
Procedures, 21
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetAuthorization | () | Interface Storage Service Authorization | public | - |
| SetAuthorization | (Interface Storage Service Authorization) | public | - | |
| SetOperation | (Enum AFS Operation) | public | - | |
| GetApiVersion | () | Enum Storage Service API Version | public | - |
| SetApiVersion | (Enum Storage Service API Version) | public | - | |
| GetStorageAccountName | () | Text | public | - |
| SetStorageAccountName | (Text) | public | - | |
| GetFileShareName | () | Text | public | - |
| SetFileShareName | (Text) | public | - | |
| GetPath | () | Text | public | - |
| SetPath | (Text) | public | - | |
| SetBaseUrl | (Text) | public | - | |
| GetOperation | () | Enum AFS 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 AFS Optional Parameters) | public | - |