FormRecognizer..::..GetContainersOfAzureStorage Method
Function to get list of containers of Azure Storage
Namespace:
FLEXYGOAssembly: flxSysProcess (in flxSysProcess.dll)
Syntax
public static bool GetContainersOfAzureStorage( EntityObject Entity, ref ProcessManager..::..ProcessHelper Ret, string StorageName, string StorageKey, ref IRestResponse Response )
Public Shared Function GetContainersOfAzureStorage ( _ Entity As EntityObject, _ ByRef Ret As ProcessManager..::..ProcessHelper, _ StorageName As String, _ StorageKey As String, _ ByRef Response As IRestResponse _ ) As Boolean
Parameters
- Entity
- Type: FLEXYGO.Objects..::..EntityObject
- StorageName
- Type: String
- StorageKey
- Type: String
- Response
- Type: IRestResponse%