Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkInterfaceConfiguration
Packages that use NetworkInterfaceConfiguration
-
Uses of NetworkInterfaceConfiguration in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkInterfaceConfigurationModifier and TypeMethodDescriptionNetworkInterfaceConfiguration.create
(String name, NetworkInterfaceConfigurationProperties networkInterfaceConfigurationProperties) Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type NetworkInterfaceConfigurationModifier and TypeMethodDescriptionabstract 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 NetworkInterfaceConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkProfile.create
(List<NetworkInterfaceConfiguration> networkInterfaceConfigurations) VirtualMachineScaleSetNetworkProfile.Builder.networkInterfaceConfigurations
(List<NetworkInterfaceConfiguration> networkInterfaceConfigurations)