Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkProfile.NetworkInterface.NetworkInterfaceProperties
-
Packages that use NetworkProfile.NetworkInterface.NetworkInterfaceProperties Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of NetworkProfile.NetworkInterface.NetworkInterfaceProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkProfile.NetworkInterface.NetworkInterfaceProperties Modifier and Type Method Description static NetworkProfile.NetworkInterface.NetworkInterfaceProperties
NetworkProfile.NetworkInterface.NetworkInterfaceProperties. create(boolean primary)
abstract NetworkProfile.NetworkInterface.NetworkInterfaceProperties
NetworkProfile.NetworkInterface. properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkProfile.NetworkInterface.NetworkInterfaceProperties Modifier and Type Method Description static NetworkProfile.NetworkInterface
NetworkProfile.NetworkInterface. create(String id, NetworkProfile.NetworkInterface.NetworkInterfaceProperties properties)
-