Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetNetworkConfigurationProperties
Packages that use VirtualMachineScaleSetNetworkConfigurationProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetNetworkConfigurationProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetNetworkConfigurationPropertiesModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkConfigurationProperties.withAuxiliaryMode(NetworkInterfaceAuxiliaryMode auxiliaryMode) Set the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.VirtualMachineScaleSetNetworkConfigurationProperties.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.VirtualMachineScaleSetNetworkConfigurationProperties.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.VirtualMachineScaleSetNetworkConfigurationProperties.withDisableTcpStateTracking(Boolean disableTcpStateTracking) Set the disableTcpStateTracking property: Specifies whether the network interface is disabled for tcp state tracking.VirtualMachineScaleSetNetworkConfigurationProperties.withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings) Set the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetNetworkConfigurationProperties.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking) Set the enableAcceleratedNetworking property: Specifies whether the network interface is accelerated networking-enabled.VirtualMachineScaleSetNetworkConfigurationProperties.withEnableFpga(Boolean enableFpga) Set the enableFpga property: Specifies whether the network interface is FPGA networking-enabled.VirtualMachineScaleSetNetworkConfigurationProperties.withEnableIpForwarding(Boolean enableIpForwarding) Set the enableIpForwarding property: Whether IP forwarding enabled on this NIC.VirtualMachineScaleSetNetworkConfigurationProperties.withIpConfigurations(List<VirtualMachineScaleSetIpConfiguration> ipConfigurations) Set the ipConfigurations property: Specifies the IP configurations of the network interface.VirtualMachineScaleSetNetworkConfigurationProperties.withNetworkSecurityGroup(com.azure.core.management.SubResource networkSecurityGroup) Set the networkSecurityGroup property: The network security group.VirtualMachineScaleSetNetworkConfigurationProperties.withPrimary(Boolean primary) Set the primary property: Specifies the primary network interface in case the virtual machine has more than 1 network interface.