Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkInterfaceConfigurationProperties
Packages that use NetworkInterfaceConfigurationProperties
-
Uses of NetworkInterfaceConfigurationProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkInterfaceConfigurationPropertiesModifier and TypeMethodDescriptionNetworkInterfaceConfigurationProperties.create
(Boolean primary, Boolean enableAcceleratedNetworking, VirtualMachineScaleSetNetworkSecurityGroup networkSecurityGroup, VirtualMachineScaleSetDNSSettings dnsSettings, List<VirtualMachineScaleSetIpConfiguration> ipConfigurations) NetworkInterfaceConfiguration.networkInterfaceConfigurationProperties()
The networkConfigurationProperties of the NetworkInterfaceConfigurationMethods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkInterfaceConfigurationPropertiesModifier and TypeMethodDescriptionNetworkInterfaceConfiguration.create
(String name, NetworkInterfaceConfigurationProperties networkInterfaceConfigurationProperties)