Uses of Class
org.jclouds.azurecompute.arm.domain.publicipaddress.PublicIPAddress
- 
Packages that use PublicIPAddress Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.domain.publicipaddress org.jclouds.azurecompute.arm.features  - 
- 
Uses of PublicIPAddress in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type PublicIPAddress Modifier and Type Method Description abstract List<PublicIPAddress>VMDeployment. ipAddressList()Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type PublicIPAddress Modifier and Type Method Description static VMDeploymentVMDeployment. create(String deploymentId, VirtualMachine virtualMachine, List<PublicIPAddress> ipAddressList, List<NetworkInterfaceCard> networkInterfaceCards) - 
Uses of PublicIPAddress in org.jclouds.azurecompute.arm.domain.publicipaddress
Methods in org.jclouds.azurecompute.arm.domain.publicipaddress that return PublicIPAddress Modifier and Type Method Description PublicIPAddressPublicIPAddress.Builder. build()static PublicIPAddressPublicIPAddress. create(String name, String id, String etag, String location, Map<String,String> tags, PublicIPAddress.SKU sku, PublicIPAddressProperties properties) - 
Uses of PublicIPAddress in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return PublicIPAddress Modifier and Type Method Description PublicIPAddressPublicIPAddressApi. createOrUpdate(String publicipaddressname, String location, Map<String,String> tags, PublicIPAddress.SKU sku, PublicIPAddressProperties properties)PublicIPAddressPublicIPAddressApi. get(String publicipaddressname)Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type PublicIPAddress Modifier and Type Method Description List<PublicIPAddress>PublicIPAddressApi. list()List<PublicIPAddress>PublicIPAddressApi. listAllInSubscription() 
 -