Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkProfile
-
Packages that use NetworkProfile Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of NetworkProfile in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkProfile Modifier and Type Method Description NetworkProfile
NetworkProfile.Builder. build()
static NetworkProfile
NetworkProfile. create(List<NetworkProfile.NetworkInterface> networkInterfaces)
abstract NetworkProfile
VirtualMachineProperties. networkProfile()
The network profile of the VMMethods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkProfile Modifier and Type Method Description static VirtualMachineProperties
VirtualMachineProperties. create(String vmId, String licenseType, IdReference availabilitySet, HardwareProfile hardwareProfile, StorageProfile storageProfile, OSProfile osProfile, NetworkProfile networkProfile, DiagnosticsProfile diagnosticsProfile, VirtualMachineProperties.ProvisioningState provisioningState)
abstract VirtualMachineProperties.Builder
VirtualMachineProperties.Builder. networkProfile(NetworkProfile networkProfile)
-