Method | Description | |
---|---|---|
Await ( Func |
||
ClearContainer ( Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer container ) : void | ||
ClearFunctionLogs ( string functionName ) : void | ||
CreateTestBinding ( JObject json ) : FunctionBinding | ||
GetFunctionLogFileDirectory ( string functionName ) : DirectoryInfo | ||
GetFunctionLogsAsync ( string functionName, bool throwOnNoLogs = true ) : Task |
||
RemoveByteOrderMarkAndWhitespace ( string s ) : string | ||
WaitForBlobAndGetStringAsync ( Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob blob ) : Task |
||
WaitForBlobAsync ( Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob blob ) : System.Threading.Tasks.Task |
public static Await ( Func |
||
condition | Func |
|
timeout | int | |
pollingInterval | int | |
return | System.Threading.Tasks.Task |
public static ClearContainer ( Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer container ) : void | ||
container | Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer | |
return | void |
public static ClearFunctionLogs ( string functionName ) : void | ||
functionName | string | |
return | void |
public static CreateTestBinding ( JObject json ) : FunctionBinding | ||
json | JObject | |
return | FunctionBinding |
public static GetFunctionLogFileDirectory ( string functionName ) : DirectoryInfo | ||
functionName | string | |
return | DirectoryInfo |
public static GetFunctionLogsAsync ( string functionName, bool throwOnNoLogs = true ) : Task |
||
functionName | string | |
throwOnNoLogs | bool | |
return | Task |
public static RemoveByteOrderMarkAndWhitespace ( string s ) : string | ||
s | string | |
return | string |
public static WaitForBlobAndGetStringAsync ( Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob blob ) : Task |
||
blob | Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob | |
return | Task |
public static WaitForBlobAsync ( Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob blob ) : System.Threading.Tasks.Task | ||
blob | Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob | |
return | System.Threading.Tasks.Task |