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 NetworkProfileNetworkProfile.Builder. build()static NetworkProfileNetworkProfile. create(List<NetworkProfile.NetworkInterface> networkInterfaces)abstract NetworkProfileVirtualMachineProperties. networkProfile()The network profile of the VMMethods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkProfile Modifier and Type Method Description static VirtualMachinePropertiesVirtualMachineProperties. create(String vmId, String licenseType, IdReference availabilitySet, HardwareProfile hardwareProfile, StorageProfile storageProfile, OSProfile osProfile, NetworkProfile networkProfile, DiagnosticsProfile diagnosticsProfile, VirtualMachineProperties.ProvisioningState provisioningState)abstract VirtualMachineProperties.BuilderVirtualMachineProperties.Builder. networkProfile(NetworkProfile networkProfile)
-