| Package | Description |
|---|---|
| com.microsoftopentechnologies.azure |
| Modifier and Type | Method and Description |
|---|---|
static ImageProperties |
ImageProperties.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageProperties[] |
ImageProperties.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<ImageProperties,String> |
AzureManagementServiceDelegate.getImageProperties(com.microsoft.windowsazure.Configuration config,
String imageIDOrFamily)
Returns image properties
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AzureManagementServiceDelegate.isValidCustomImageID(String imageID,
Map<ImageProperties,String> imageProps,
com.microsoft.windowsazure.Configuration config)
Checks whether custom image ID is valid or not
|
static String |
AzureManagementServiceDelegate.isValidImageFamily(String imageFamily,
Map<ImageProperties,String> imageProperties,
com.microsoft.windowsazure.Configuration config)
Checks whether image family is valid or not
|
static String |
AzureManagementServiceDelegate.isValidImageID(String imageID,
Map<ImageProperties,String> imageProps,
com.microsoft.windowsazure.Configuration config)
Checks whether image ID is valid or not
|
Copyright © 2004-2014. All Rights Reserved.