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