Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkInterfaceConfiguration
-
Packages that use NetworkInterfaceConfiguration Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of NetworkInterfaceConfiguration in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkInterfaceConfiguration Modifier and Type Method Description static NetworkInterfaceConfigurationNetworkInterfaceConfiguration. create(String name, NetworkInterfaceConfigurationProperties networkInterfaceConfigurationProperties)Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type NetworkInterfaceConfiguration Modifier and Type Method Description abstract List<NetworkInterfaceConfiguration>VirtualMachineScaleSetNetworkProfile. networkInterfaceConfigurations()The network interface configurations of the Virtual Machine Scale Set Network ProfileMethod parameters in org.jclouds.azurecompute.arm.domain with type arguments of type NetworkInterfaceConfiguration Modifier and Type Method Description static VirtualMachineScaleSetNetworkProfileVirtualMachineScaleSetNetworkProfile. create(List<NetworkInterfaceConfiguration> networkInterfaceConfigurations)abstract VirtualMachineScaleSetNetworkProfile.BuilderVirtualMachineScaleSetNetworkProfile.Builder. networkInterfaceConfigurations(List<NetworkInterfaceConfiguration> networkInterfaceConfigurations)
-