VirtualMachineNetworkInterfaceConfigurationProperties |
VirtualMachineNetworkInterfaceConfigurationProperties.withDeleteOption(DeleteOptions deleteOption) |
Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.
|
VirtualMachineNetworkInterfaceConfigurationProperties |
VirtualMachineNetworkInterfaceConfigurationProperties.withDnsSettings(VirtualMachineNetworkInterfaceDnsSettingsConfiguration dnsSettings) |
Set the dnsSettings property: The dns settings to be applied on the network interfaces.
|
VirtualMachineNetworkInterfaceConfigurationProperties |
VirtualMachineNetworkInterfaceConfigurationProperties.withDscpConfiguration(com.azure.core.management.SubResource dscpConfiguration) |
Set the dscpConfiguration property: The dscpConfiguration property.
|
VirtualMachineNetworkInterfaceConfigurationProperties |
VirtualMachineNetworkInterfaceConfigurationProperties.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking) |
Set the enableAcceleratedNetworking property: Specifies whether the network interface is accelerated
networking-enabled.
|
VirtualMachineNetworkInterfaceConfigurationProperties |
VirtualMachineNetworkInterfaceConfigurationProperties.withEnableFpga(Boolean enableFpga) |
Set the enableFpga property: Specifies whether the network interface is FPGA networking-enabled.
|
VirtualMachineNetworkInterfaceConfigurationProperties |
VirtualMachineNetworkInterfaceConfigurationProperties.withEnableIpForwarding(Boolean enableIpForwarding) |
Set the enableIpForwarding property: Whether IP forwarding enabled on this NIC.
|
VirtualMachineNetworkInterfaceConfigurationProperties |
VirtualMachineNetworkInterfaceConfigurationProperties.withIpConfigurations(List<VirtualMachineNetworkInterfaceIpConfiguration> ipConfigurations) |
Set the ipConfigurations property: Specifies the IP configurations of the network interface.
|
VirtualMachineNetworkInterfaceConfigurationProperties |
VirtualMachineNetworkInterfaceConfigurationProperties.withNetworkSecurityGroup(com.azure.core.management.SubResource networkSecurityGroup) |
Set the networkSecurityGroup property: The network security group.
|
VirtualMachineNetworkInterfaceConfigurationProperties |
VirtualMachineNetworkInterfaceConfigurationProperties.withPrimary(Boolean primary) |
Set the primary property: Specifies the primary network interface in case the virtual machine has more than 1
network interface.
|