Uses of Class
org.jclouds.azurecompute.arm.domain.publicipaddress.PublicIPAddressProperties
Packages that use PublicIPAddressProperties
Package
Description
-
Uses of PublicIPAddressProperties in org.jclouds.azurecompute.arm.domain.publicipaddress
Methods in org.jclouds.azurecompute.arm.domain.publicipaddress that return PublicIPAddressPropertiesModifier and TypeMethodDescriptionabstract PublicIPAddressProperties
PublicIPAddressProperties.Builder.build()
static PublicIPAddressProperties
PublicIPAddressProperties.create
(String provisioningState, String ipAddress, String publicIPAllocationMethod, Integer idleTimeoutInMinutes, IdReference ipConfiguration, DnsSettings dnsSettings) abstract PublicIPAddressProperties
PublicIPAddress.properties()
Methods in org.jclouds.azurecompute.arm.domain.publicipaddress with parameters of type PublicIPAddressPropertiesModifier and TypeMethodDescriptionstatic PublicIPAddress
PublicIPAddress.create
(String name, String id, String etag, String location, Map<String, String> tags, PublicIPAddress.SKU sku, PublicIPAddressProperties properties) abstract PublicIPAddress.Builder
PublicIPAddress.Builder.properties
(PublicIPAddressProperties properties) -
Uses of PublicIPAddressProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type PublicIPAddressPropertiesModifier and TypeMethodDescriptionPublicIPAddressApi.createOrUpdate
(String publicipaddressname, String location, Map<String, String> tags, PublicIPAddress.SKU sku, PublicIPAddressProperties properties)