VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withDeleteOption(DeleteOptions deleteOption) |
Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings) |
Set the dnsSettings property: The dns settings to be applied on the network interfaces.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking) |
Set the enableAcceleratedNetworking property: Specifies whether the network interface is accelerated
networking-enabled.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withEnableFpga(Boolean enableFpga) |
Set the enableFpga property: Specifies whether the network interface is FPGA networking-enabled.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withEnableIpForwarding(Boolean enableIpForwarding) |
Set the enableIpForwarding property: Whether IP forwarding enabled on this NIC.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withId(String id) |
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withIpConfigurations(List<VirtualMachineScaleSetUpdateIpConfiguration> ipConfigurations) |
Set the ipConfigurations property: The virtual machine scale set IP Configuration.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withName(String name) |
Set the name property: The network configuration name.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withNetworkSecurityGroup(com.azure.core.management.SubResource networkSecurityGroup) |
Set the networkSecurityGroup property: The network security group.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withPrimary(Boolean primary) |
Set the primary property: Whether this is a primary NIC on a virtual machine.
|