configuration.setProperty(profile + ManagementConfiguration.SUBSCRIPTION_ID, subscriptionId);
configuration.setProperty(profile + ManagementConfiguration.KEYSTORE_PATH, keyStoreLocation);
configuration.setProperty(profile + ManagementConfiguration.KEYSTORE_PASSWORD, keyStorePassword);
configuration.setProperty(profile + ManagementConfiguration.KEYSTORE_TYPE, keyStoreType);
KeyStoreCredential keyStoreCredential = new KeyStoreCredential(
keyStoreLocation, keyStorePassword, keyStoreType);
CertificateCloudCredentials cloudCredentials = new CertificateCloudCredentials(uri,
subscriptionId, keyStoreCredential);
configuration.setProperty(profile + SUBSCRIPTION_CLOUD_CREDENTIALS,
cloudCredentials);