Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkInterfaceConfigurationProperties
- 
Packages that use NetworkInterfaceConfigurationProperties Package Description org.jclouds.azurecompute.arm.domain  - 
- 
Uses of NetworkInterfaceConfigurationProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkInterfaceConfigurationProperties Modifier and Type Method Description static NetworkInterfaceConfigurationPropertiesNetworkInterfaceConfigurationProperties. create(Boolean primary, Boolean enableAcceleratedNetworking, VirtualMachineScaleSetNetworkSecurityGroup networkSecurityGroup, VirtualMachineScaleSetDNSSettings dnsSettings, List<VirtualMachineScaleSetIpConfiguration> ipConfigurations)abstract NetworkInterfaceConfigurationPropertiesNetworkInterfaceConfiguration. networkInterfaceConfigurationProperties()The networkConfigurationProperties of the NetworkInterfaceConfigurationMethods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkInterfaceConfigurationProperties Modifier and Type Method Description static NetworkInterfaceConfigurationNetworkInterfaceConfiguration. create(String name, NetworkInterfaceConfigurationProperties networkInterfaceConfigurationProperties) 
 -