Class VMDeployment
java.lang.Object
org.jclouds.azurecompute.arm.domain.VMDeployment
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic VMDeploymentcreate(String deploymentId, VirtualMachine virtualMachine, List<PublicIPAddress> ipAddressList, List<NetworkInterfaceCard> networkInterfaceCards) abstract Stringabstract List<PublicIPAddress> abstract List<NetworkInterfaceCard> abstract VirtualMachine 
- 
Constructor Details
- 
VMDeployment
public VMDeployment() 
 - 
 - 
Method Details
- 
deploymentId
 - 
virtualMachine
 - 
ipAddressList
 - 
networkInterfaceCards
 - 
create
public static VMDeployment create(String deploymentId, VirtualMachine virtualMachine, List<PublicIPAddress> ipAddressList, List<NetworkInterfaceCard> networkInterfaceCards)  
 -