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 NetworkInterfaceConfigurationProperties
NetworkInterfaceConfigurationProperties. create(Boolean primary, Boolean enableAcceleratedNetworking, VirtualMachineScaleSetNetworkSecurityGroup networkSecurityGroup, VirtualMachineScaleSetDNSSettings dnsSettings, List<VirtualMachineScaleSetIpConfiguration> ipConfigurations)
abstract NetworkInterfaceConfigurationProperties
NetworkInterfaceConfiguration. networkInterfaceConfigurationProperties()
The networkConfigurationProperties of the NetworkInterfaceConfigurationMethods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkInterfaceConfigurationProperties Modifier and Type Method Description static NetworkInterfaceConfiguration
NetworkInterfaceConfiguration. create(String name, NetworkInterfaceConfigurationProperties networkInterfaceConfigurationProperties)
-