Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetNetworkConfiguration
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetNetworkConfiguration in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkConfiguration.withDnsSettings
(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings) Set the dns settings to be applied on the network interfaces.VirtualMachineScaleSetNetworkConfiguration.withEnableAcceleratedNetworking
(Boolean enableAcceleratedNetworking) Set specifies whether the network interface is accelerated networking-enabled.VirtualMachineScaleSetNetworkConfiguration.withEnableFpga
(Boolean enableFpga) Set specifies whether the network interface is FPGA networking-enabled.VirtualMachineScaleSetNetworkConfiguration.withEnableIPForwarding
(Boolean enableIPForwarding) Set whether IP forwarding enabled on this NIC.VirtualMachineScaleSetNetworkConfiguration.withIpConfigurations
(List<VirtualMachineScaleSetIPConfiguration> ipConfigurations) Set specifies the IP configurations of the network interface.Set the network configuration name.VirtualMachineScaleSetNetworkConfiguration.withNetworkSecurityGroup
(com.microsoft.azure.SubResource networkSecurityGroup) Set the network security group.VirtualMachineScaleSetNetworkConfiguration.withPrimary
(Boolean primary) Set specifies the primary network interface in case the virtual machine has more than 1 network interface.Modifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkProfile.networkInterfaceConfigurations()
Get the list of network configurations.VirtualMachineScaleSetVMNetworkProfileConfiguration.networkInterfaceConfigurations()
Get the list of network configurations.Modifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkProfile.withNetworkInterfaceConfigurations
(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations) Set the list of network configurations.VirtualMachineScaleSetVMNetworkProfileConfiguration.withNetworkInterfaceConfigurations
(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations) Set the list of network configurations.