public interface AzureConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
AZURE_CREATE_CLOUD_SERVICE_TEMPLATE
The path to Create Cloud Service xml template file.
|
static String |
AZURE_CREATE_DEPLOYMENT_TEMPLATE
The path to Create Deployment xml template file.
|
static String |
AZURE_KEY_STORE_FILE
The path to key store file authentication with Azure API.
|
static String |
AZURE_KEY_STORE_PASSWORD
The password for key store file.
|
static String |
AZURE_LOCATION
The location for all Azure services.
|
static String |
AZURE_SUBSCRIPTION_ID
The subscription ID for Azure API.
|
static String |
AZURE_VM_SIZE
The size of a VM Azure according to http://msdn.microsoft.com/library/azure/dn197896.aspx .
|
static String |
AZURE_VM_TEMPLATE
The name of a VM template on your account.
|
static final String AZURE_SUBSCRIPTION_ID
static final String AZURE_KEY_STORE_FILE
static final String AZURE_KEY_STORE_PASSWORD
static final String AZURE_CREATE_CLOUD_SERVICE_TEMPLATE
static final String AZURE_CREATE_DEPLOYMENT_TEMPLATE
static final String AZURE_LOCATION
static final String AZURE_VM_SIZE
static final String AZURE_VM_TEMPLATE
Copyright © 2015. All rights reserved.