Uses of Class
org.jclouds.azurecompute.arm.domain.publicipaddress.PublicIPAddress
Packages that use PublicIPAddress
Package
Description
-
Uses of PublicIPAddress in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type PublicIPAddressMethod parameters in org.jclouds.azurecompute.arm.domain with type arguments of type PublicIPAddressModifier and TypeMethodDescriptionstatic VMDeployment
VMDeployment.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 PublicIPAddressModifier and TypeMethodDescriptionPublicIPAddress.Builder.build()
static PublicIPAddress
PublicIPAddress.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 PublicIPAddressModifier and TypeMethodDescriptionPublicIPAddressApi.createOrUpdate
(String publicipaddressname, String location, Map<String, String> tags, PublicIPAddress.SKU sku, PublicIPAddressProperties properties) Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type PublicIPAddressModifier and TypeMethodDescriptionPublicIPAddressApi.list()
PublicIPAddressApi.listAllInSubscription()