public class FunctionArtifactHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
INTERNAL_STORAGE_NOT_FOUND |
private static String |
STAGE_DIR_NOT_FOUND |
private static String |
UNSUPPORTED_DEPLOYMENT_TARGET |
| Constructor and Description |
|---|
FunctionArtifactHelper() |
| Modifier and Type | Method and Description |
|---|---|
static File |
createFunctionArtifact(String stagingDirectoryPath) |
static com.microsoft.azure.storage.CloudStorageAccount |
getCloudStorageAccount(DeployTarget target) |
static void |
updateAppSetting(DeployTarget deployTarget,
String key,
String value) |
private static final String STAGE_DIR_NOT_FOUND
private static final String INTERNAL_STORAGE_NOT_FOUND
private static final String UNSUPPORTED_DEPLOYMENT_TARGET
public static File createFunctionArtifact(String stagingDirectoryPath) throws AzureExecutionException
AzureExecutionExceptionpublic static void updateAppSetting(DeployTarget deployTarget, String key, String value) throws AzureExecutionException
AzureExecutionExceptionpublic static com.microsoft.azure.storage.CloudStorageAccount getCloudStorageAccount(DeployTarget target) throws AzureExecutionException
AzureExecutionExceptionCopyright © 2020. All rights reserved.