deploymentInstance.setName(nameInstance);
}
Element deploymentSlotElement = XmlUtility.getElementByTagNameNS(deploymentsElement, "http://schemas.microsoft.com/windowsazure", "DeploymentSlot");
if (deploymentSlotElement != null) {
DeploymentSlot deploymentSlotInstance;
deploymentSlotInstance = DeploymentSlot.valueOf(deploymentSlotElement.getTextContent());
deploymentInstance.setDeploymentSlot(deploymentSlotInstance);
}
Element privateIDElement = XmlUtility.getElementByTagNameNS(deploymentsElement, "http://schemas.microsoft.com/windowsazure", "PrivateID");