| Package | Description |
|---|---|
| com.microsoftopentechnologies.azure |
| Modifier and Type | Method and Description |
|---|---|
static AzureSlave |
AzureManagementServiceDelegate.createVirtualMachine(AzureSlaveTemplate template)
Handles virtual machine creation in azure as per the configuration in slave template.
|
static com.microsoft.windowsazure.management.storage.models.StorageAccountProperties |
StorageServiceDelegate.getStorageAccountProps(com.microsoft.windowsazure.Configuration config,
String storageAccountName)
Returns Storage Account Properties
|
static String |
StorageServiceDelegate.getStorageAccountURI(com.microsoft.windowsazure.Configuration config,
String storageAccountName,
String type)
This methods checks if service type URI present in the list and returns
type specific URI back
|
static ArrayList<com.microsoft.windowsazure.management.compute.models.ResourceExtensionReference> |
AzureManagementServiceDelegate.handleCustomScriptExtension(com.microsoft.windowsazure.Configuration config,
String roleName,
String cloudServiceName,
AzureSlaveTemplate template)
Adds custom script extension
|
static void |
AzureManagementServiceDelegate.handleProvisioningException(Exception ex,
AzureSlaveTemplate template,
String deploymentName)
Handle provisioning errors
|
static String |
StorageServiceDelegate.uploadConfigFileToStorage(com.microsoft.windowsazure.Configuration config,
String storageAccountName,
String key,
String baseURI,
String fileName,
String initScript)
Uploads init script to storage account and returns blob url
|
Copyright © 2004-2014. All Rights Reserved.